| Name | Description |
 | CanClearTime |
Gets if the mapMember supports time filtering and can clear the time filter. Clearing the time filter ensures that
data is always shown.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
 | CanCreateRenderer | Determines whether a renderer can be created and is valid for the surface layer using the specified TinRendererDefinition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.SurfaceLayer) |
 | CanGetLineOfSight |
Determines whether a Line of Sight analysis can be calculated for the given set of parameters.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.SurfaceLayer) |
 | CanGetTime |
Gets if the mapMember supports time filtering.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
 | 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) |
 | CanSetElevationTypeDefinition |
Gets whether the elevation type definition can be set on the layer.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.Layer) |
 | CanSetRenderer |
Determines whether a renderer is valid and can be applied for the surface layer and target,
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.SurfaceLayer) |
 | CanSetTime |
Gets if the mapMember supports time filtering and if the specified time parameters are valid.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
 | ClearDisplayCache |
Refreshes the layer drawing and clears the feature cache (for layer types supporting it).
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.Layer) |
 | ClearTime |
Clears the time filter for the mapMember. Clearing the time filter ensures that
data is always shown.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
 | CreateRenderer | Creates a renderer for a surface layer using a TinRendererDefinition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.SurfaceLayer) |
 | 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) |
 | GetActiveSurfaceConstraints |
Gets the set of active surface constraints.
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) |
 | GetDataTimeExtent |
Gets the time extent of the data for the specified fieldName - that is the minimum and maximum dates present in the data.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
 | GetDataTimeIntervals |
Gets the set of time intervals for the specified field name present in the data.
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.
(Inherited from ArcGIS.Desktop.Mapping.Layer) |
 | GetDisplayFilter |
Gets the current display filter.
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.
(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) |
 | GetElevationTypeDefinition |
Gets the elevation type definition for the layer.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.Layer) |
 | GetLasDataset |
Gets the LAS dataset associated with the layer.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetLineOfSight |
Performs a line of sight analysis for an observer and target point on the surface. Determines if the target point is visible from a given observer point.
This method requires a 3D Analyst license.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.SurfaceLayer) |
 | 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 path of the dataset underneath the MapMember as a Uri.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
 | GetRenderers |
Gets the set of renderers used to draw the surface layer. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.SurfaceLayer) |
 | GetRenderersAsDictionary |
Gets the set of renderers used to draw the surface layer. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.SurfaceLayer) |
 | GetRenderersAsync |
Gets the set of renderers used to draw the surface layer.
(Inherited from ArcGIS.Desktop.Mapping.SurfaceLayer) |
 | GetSpatialReference |
Returns the layer spatial reference.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.Layer) |
 | GetTime |
Gets the current time parameters for the mapMember.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
 | 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) |
 | IsTimeSupported |
Gets if time is supported for this mapMember. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
 | 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) |
 | RemoveRenderer |
Removes a surface layer's renderer that applies to the specified target.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.SurfaceLayer) |
 | ReplaceDataSource |
Replace the layer's data source.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.Layer) |
 | SearchPoints | Retrieves the points in the LAS dataset layer that satisfy the criteria set in the . If no filter is set, all points will be retrieved. This method must be called on the MCT. Use QueuedTask.Run. |
 | SetActiveSurfaceConstraints |
Sets the group of active surface constraints.
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) |
 | SetDisplayFilter | Overloaded. |
 | SetElevationTypeDefinition |
Sets the elevation type definition for the layer.
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) |
 | SetEyeDomeLightingEnabled |
Enables/disables eye dome lighting. This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetEyeDomeLightingRadius |
Sets the Eye Dome Lighting (EDL) radius value. The EDL radius controls the width of effects.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetEyeDomeLightingStrength |
Sets the Eye Dome Lighting (EDL) strength value. The EDL strength adjusts the intensity of the resulting effects.
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) |
 | SetRenderer |
Specifies the surface layer's renderer which determines how the layer draws.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.SurfaceLayer) |
 | SetShowLayerAtAllScales |
Sets whether the layer is visible at all scales.
(Inherited from ArcGIS.Desktop.Mapping.Layer) |
 | 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) |
 | SetTime |
Sets the specified time parameters for the mapMember.
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) |