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) | |
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) | |
CanGetZs | calling code must run on MCT (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
CanGetZsAsync | calling code can be run on any thread (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
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) | |
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) | |
CanUnlockSection | Determine whether a section can be unlocked. | |
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) | |
DeleteSection | Delete the specified locked section. 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) | |
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. | |
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) | |
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) | |
GetLockedSections | Gets the collection of locked sections | |
GetMetadata | Gets the Layer metadata. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetNormal | Gets the normal unit vector for the provided orientation and tilt. This method must be called on the MCT. Use QueuedTask.Run. | |
GetOrientationAndTilt | Gets the orientation and tilt in degrees from the input normal unit vector. This method must be called on the MCT. Use QueuedTask.Run. | |
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) | |
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) | |
GetUniqueTimes | Gets the collection of unique times. | |
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) | |
GetVariableProfile | Finds a variable profile via variable name. | |
GetVariableProfiles | Gets the collection of variable profiles. | |
GetVolumes | Gets the collection of volumes. | |
GetZs | Overloaded. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetZsAsync | Overloaded. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
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) | |
ReplaceDataSource | Replace the layer's data source. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
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) | |
SetCartographicOffset | Sets the cartographic offset. 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) | |
SetDiffuseLighting | Sets the Diffuse lighting value. This method must be called on the MCT. Use QueuedTask.Run. | |
SetDiffuseLightingEnabled | Enables/disables Diffuse lighting. This method must be called on the MCT. Use QueuedTask.Run. | |
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) | |
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) | |
SetIsosurfaceContainerExpanded | Sets the isosurface container expanded or collapsed This method must be called on the MCT. Use QueuedTask.Run. | |
SetIsosurfaceContainerVisibility | Sets the isosurface container visibility. This method must be called on the MCT. Use QueuedTask.Run. | |
SetLockedSectionContainerExpanded | Sets the locked section container expanded or collapsed. This method must be called on the MCT. Use QueuedTask.Run. | |
SetLockedSectionContainerVisibility | Sets the locked section container visibility. 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) | |
SetSectionContainerExpanded | Sets the section container expanded or collapsed. This method must be called on the MCT. Use QueuedTask.Run. | |
SetSectionContainerVisibility | Sets the section container visibility. This method must be called on the MCT. Use QueuedTask.Run. | |
SetSelectedVariableProfile | Sets the selected variable profile. The selected variable profile controls the renderer This method must be called on the MCT. Use QueuedTask.Run. | |
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) | |
SetSliceContainerExpanded | Sets the slice container expanded or collapsed. This method must be called on the MCT. Use QueuedTask.Run. | |
SetSliceContainerVisibility | Sets the slice container visibility. This method must be called on the MCT. Use QueuedTask.Run. | |
SetSnappable | Enables or disables snapping on the voxel layer. This method must be called on the MCT. Use QueuedTask.Run. | |
SetSpecularLighting | Sets the specular lighting value. This method must be called on the MCT. Use QueuedTask.Run. | |
SetSpecularLightingEnabled | Enables/disables specular lighting. This method must be called on the MCT. Use QueuedTask.Run. | |
SetSurfaceContainerExpanded | Sets the surface container expanded or collapsed This method must be called on the MCT. Use QueuedTask.Run. | |
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) | |
SetVerticalExaggeration | Sets the vertical exaggeration. 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. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetVisualization | Sets the visualization mode. 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) | |
UnlockSection | Unlocks the specified section. This method must be called on the MCT. Use QueuedTask.Run. | |
UpdateSection | Update the specified locked section. This method must be called on the MCT. Use QueuedTask.Run. |