Provides access to the available properties of a layer descriptor object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
DefinitionExpression | The definition expression for the layer. | |
ID | The layer ID. This is a unique ID for the map, and is used to identify the layer in a number of method calls. | |
Name | The name of the layer. | |
SelectionBufferDistance | The selection buffer distance. When drawing, and if a selection filter is specified, a buffer zone of the specified distance will be displayed around the selected features. | |
SelectionFilters | The selection filter for the layer. When drawing, the filter will be applied and the resulting selection will be displayed on the map. | |
ShowLabels | Indicates whether the layer should display its dynamic labels. | |
ShowSelectionBuffer | Indicates whether the selection buffer should be displayed. | |
Transparency | The transparency of the layer. The value represents the percentage of transparency, and should range from 0 (no transparency) to 100 (completely transparent). | |
Visible | Indicates whether the layer is visible. |
CoClasses that implement ILayerDescriptor
CoClasses and Classes | Description |
---|---|
LayerDescriptor | The Layer Descriptor coclass contains a description of a layer in a map. |