The index Layer object needed for the extents and attribute information for each page. (Значениепоумолчанию— None) Layer name_field The field name of the field used to control the name of each page in the map series. Ideally, all field values are unique so each...
If set to True, the start and end time attribute information is used to calculate the layer's time extent. (El valor predeterminado es True) Boolean timeDimension The name of the dimension containing time values when using netCDF data. (El valor predeterminado es None) String All parameters...
XYEVENT_E_CANT_SELECT -2147201016 - XYEVENT_E_SOURCENAME_NOT_SETUP -2147201015 - XYEVENT_E_CANT_DELETE_FIELD Workspace IWorkspace : IUnknown ConnectionProperties: IPropertySet DatasetNames (in DatasetType: esriDatasetType): IEnumDatasetName Datasets (in DatasetType: esriDatasetType): IE numDat ...
XYEVENT_E_CANT_SELECT -2147201016 - XYEVENT_E_SOURCENAME_NOT_SETUP -2147201015 - XYEVENT_E_CANT_DELETE_FIELD Workspace IWorkspace : IUnknown ConnectionProperties: IPropertySet DatasetNames (in DatasetType: esriDatasetType): IEnumDatasetName Datasets (in DatasetType: esriDatasetType): IE numDat ...
Users can still set the property or attribute. The default value was removed to more closely mimic the behavior of the core API's SceneView. The SDK will automatically use the locale defined via the lang attribute on the root html element, or the locale of the browser. The following ...
Both tools,Get OSM DataandGet OSM Data (Expert Tool), will add all tags that occur in the features found in OSM as attributes (fields) as well as their values. The OSM tag keys become attribute names, the OSM tag values become attribute values. Specifically, in the case of querying mul...
If you are authoring scripts for ArcGIS Pro 3.x, specify the cim_version to be 'V3'. Scripts authored using cim_version 'V2' will continue to work in ArcGIS Pro 3.x. For more information about working with the CIM and samples, see Python CIM access. listSections ({wildcard}) ...
Enterprise geodatabase tables in anArcGIS Proproject do not retain the path to the database connection file (.sde) that was used to create the layer. String definitionQuery (Lesen und schreiben) Provides the ability to get or set a tables's definition query. ...
removeGrids ({wildcard}) removeGrids 方法可从地图框中移除一个或多个格网或经纬网。 setAnchor (anchor) setAnchor 方法可控制 MapFrame 元素的锚点位置。 setDefinition (definition_object) 设置地图框元素的 CIM 定义。 zoomToAllLayers ({selection_only}, {symbolized_extent}) 修改MapFrame 视图以便与所有...
[0]#Zoom to ALL selected features and export to PDFarcpy.SelectLayerByAttribute_management(lyr,'NEW_SELECTION',"NAME = 'Lake Superior'") mf.zoomToAllLayers(True) mf.exportToPDF(r'C:\Projects\GreatLakes\Selection.pdf') arcpy.SelectLayerByAttribute_management(lyr,'CLEAR_SELECTION')#Set the ...