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) | |
CanSetBlendingMode | Check if blending mode can be set on this layer. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
ClearActiveFilter | Clears the active filter. This method must be called on the MCT. Use QueuedTask.Run. | |
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) | |
CreateDefaultFilter | Creates a filter definition with default values. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateFilter | Create a new filter. 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) | |
GetActiveFilter | Gets the active filter. | |
GetAvailableFieldsAndValues | Gets all available fields and their corresponding values for a building scene layer. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCanEditMetadata | Gets whether the Layer metadata can be edited or not. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
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. | |
GetDefinition | Returns the layer's CIM definition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
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) | |
GetFilter | Gets a filter for the given filter id This method must be called on the MCT. Use QueuedTask.Run. | |
GetFilters | Returns a list of defined filters. This method must be called on the MCT. Use QueuedTask.Run. | |
GetFilterTypes | Returns a list of currently defined filter types. | |
GetLayersAsFlattenedList | Returns a read only flat list of layers where nested groups are not preserved. (Inherited from ArcGIS.Desktop.Mapping.CompositeLayer) | |
GetMetadata | Gets the Layer metadata. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
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) | |
GetSnapshot | Gets a readonly snapshot of the layers (Inherited from ArcGIS.Desktop.Mapping.CompositeLayer) | |
GetSpatialReference | Returns the layer spatial reference. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetUseSourceMetadata | Gets whether or not the MapMember stores its own metadata or uses metadata retrieved from its source. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
HasFilter | Determines whether a filter exists with the given filter ID. | |
IsVisibleInView | (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
LoadLegend | Loads the layer's legend. This method must be called on the MCT. Use QueuedTask.Run. (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) | |
RemoveAllFilters | Removes all the filters. This method must be called on the MCT. Use QueuedTask.Run. | |
RemoveFilter | Removes the filter with the given filter id. This method must be called on the MCT. Use QueuedTask.Run. | |
ReplaceDataSource | Replace the layer's data source. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetActiveFilter | Sets the active filter to be the filter with the given filter id This method must be called on the MCT. Use QueuedTask.Run. | |
SetBlendingMode | Sets the layer's blending mode. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetCacheOptions | Sets the layer's caching options. If the layer's feature class supports feature caching, then both the display cache and feature cache are set otherwise just the display cache is set. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
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) | |
SetDisplayCacheMaxAge | Sets the duration after which the layer's display 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) | |
SetExpanded | Sets whether the layer appears 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) | |
SetFilterTypes | Sets the filter types shown for each filter block with the given filter id and a list of included filter types. This method must be called on the MCT. Use QueuedTask.Run. | |
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) | |
SetMetadata | Sets the Layer metadata. 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) | |
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) | |
SetUseSourceMetadata | Sets whether or not the Layer will use its own metadata or the metadata from its underlying source (if it has one). 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) | |
ToString | Returns the display name of the MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
UpdateFilter | Update a filter. This method must be called on the MCT. Use QueuedTask.Run. |