Name | Description | |
---|---|---|
CanReplaceDataSource | Check if the layer's data source can be replace with this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
ClearDisplayCache | Clears the layer display cache from the local storage. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
ClearSelection | Clears the current selection. This method must be called on the MCT. Use QueuedTask.Run. | |
FindAndReplaceWorkspacePath | Performs a find and replace of workspace path for the layer. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
FindLayer | Finds a layer using a URI. (Inherited from ArcGIS.Desktop.Mapping.CompositeLayer) | |
FindLayers | Finds layers by name. (Inherited from ArcGIS.Desktop.Mapping.CompositeLayer) | |
GetDataConnection | Gets a CIMDataConnection value object. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
GetDataSourceType | Gets the data source type. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.SceneServiceLayer) | |
GetDefinition | Returns the layer's CIM definition. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetDefinitionFilters | Gets the copy of definition filter choices for the existing layer. (Inherited from ArcGIS.Desktop.Mapping.SceneServiceLayer) | |
GetEffectiveMaxScale | Returns computed effective maximum scale considering all its parent group layers. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetEffectiveMinScale | Returns computed effective minimum scale considering all its parent group layers. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetFeatureClass | Gets the associated feature class. This method must be called on the MCT. Use QueuedTask.Run | |
GetFieldDescriptions | Returns a list of field descriptions. This method must be called on the MCT. Use QueuedTask.Run. | |
GetLayersAsFlattenedList | Returns a read only flat list of layers where nested groups are not preserved. (Inherited from ArcGIS.Desktop.Mapping.CompositeLayer) | |
GetPath | Gets the URI path of the MapMember. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
GetRenderer | Returns the renderer used to draw the scene service layer This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.SceneServiceLayer) | |
GetSelection | Gets the current selection. This method must be called on the MCT. Use QueuedTask.Run. | |
GetSpatialReference | Returns the layer spatial reference. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
HideSelectedFeatures | Creates an exclusion set based on the currently selected features. This method must be called on the MCT. Use QueuedTask.Run | |
IsVisibleInView | (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
QueryExtent | Returns extent of the layer optionally taking symbol size in account. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
RemoveAllDefinitionFilters | Remove all definition filters. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.SceneServiceLayer) | |
RemoveDefinitionFilter | Remove a definition filter. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.SceneServiceLayer) | |
ReplaceDataSource | Replace the layer's data source. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
Search | Search for features based upon the specified attribute and/or spatial criteria. This method must be called on the MCT. Use QueuedTask.Run. | |
Select | Selects features based upon the specified attribute and/or spatial criteria and combination method. This method must be called on the MCT. Use QueuedTask.Run. | |
SetDataConnection | Updates a MapMember's data source. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SetDefinition | Updates the layer's CIM definition. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetDefinitionFilter | Sets the definition filter. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.SceneServiceLayer) | |
SetDefinitionFilters | Sets the collection of definition filters. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.SceneServiceLayer) | |
SetDefinitionQuery | Sets a definition query expression. This method must be called on the MCT. Use QueuedTask.Run. | |
SetDisplayCacheMaxAge | Sets the duration after which the layer's cache will be refreshed in the local storage. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetDisplayCacheType | Sets the layer's display cache type. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetExpanded | Sets whether the layer appear expanded i.e. showing legends on the TOC. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetMaxDistance | Sets the maximum distance (in meter) at which the layer is visible in a 3D scene or globe view. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetMaxScale | Sets the layer's maximum scale (representative fraction) at which the layer is visible in a 2D map view. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetMinDistance | Sets the minimum distance (in meter) at which the layer is visible in a 3D scene or globe view. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetMinScale | Sets the layer's minimum scale (representative fraction) at which the layer is visible in a 2D map view. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetName | Sets the display name for the MapMember. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SetRenderer | Specifies the scene service layer's renderer object which determines how the layer draws. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.SceneServiceLayer) | |
SetSelection | Sets the current selection. This method must be called on the MCT. Use QueuedTask.Run. | |
SetShowPopups | Toggles enabling pop-ups for the layer. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SetTransparency | Sets the transparency of the layer. 100 being fully transparent and 0 means opaque. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetVisibility | Sets the layer visibility. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
ShowHiddenFeatures | Removes all features from the current exclusion set. This method must be called on the MCT. Use QueuedTask.Run | |
ToString | Returns the display name of the MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember) |