| 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.
|
| CanSetBlendingMode |
Check if blending mode can be set on this layer.
|
| ClearDisplayCache |
Clears the layer display cache from the local storage.
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
|
| GetCanEditMetadata | Overridden.
Gets whether the Layer metadata can be edited or not. This method must be called on the MCT.
Use QueuedTask.Run
|
| GetDataConnection |
Gets a CIMDataConnection value object.
This method must be called on the MCT. Use QueuedTask.Run
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
| GetDefinition |
Returns the layer's CIM definition.
This method must be called on the MCT. Use QueuedTask.Run
|
| GetEffectiveMaxScale |
Returns computed effective maximum scale considering all its parent group layers.
This method must be called on the MCT. Use QueuedTask.Run
|
| GetEffectiveMinScale |
Returns computed effective minimum scale considering all its parent group layers.
This method must be called on the MCT. Use QueuedTask.Run
|
| GetMetadata | Overridden.
Gets the Layer metadata. This method must be called on the MCT.
Use QueuedTask.Run
|
| 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) |
| GetSpatialReference |
Returns the layer spatial reference.
This method must be called on the MCT. Use QueuedTask.Run
|
| 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) |
| IsVisibleInView |
Determines whether the layer is visible in the given map view
|
| LoadLegend |
Loads the layer's legend.
This method must be called on the MCT. Use QueuedTask.Run.
|
| QueryExtent |
Returns extent of the layer optionally taking symbol size in account.
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.
|
| SetBlendingMode |
Sets the layer's blending mode.
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
|
| 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
|
| SetDisplayCacheType |
Sets the layer's display cache type.
This method must be called on the MCT. Use QueuedTask.Run
|
| 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
|
| 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
|
| 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
|
| SetMetadata | Overridden.
Sets the Layer metadata. This method must be called on the MCT.
Use QueuedTask.Run
|
| 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
|
| 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
|
| 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
|
| SetUseSourceMetadata | Overridden.
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
|
| SetVisibility |
Sets the layer visibility.
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) |