Provides access to members that control layer drawing properties.
| Description | ||
|---|---|---|
![]() |
DrawingPropsDirty | Indicates if the layer drawing properties are dirty. |
| CoClasses and Classes | Description |
|---|---|
| CadastralFabricLayer | Cadastral Fabric Layer Object. |
| CadFeatureLayer | ESRI CAD Feature Layer class. |
| CoverageAnnotationLayer | An ESRI coverage annotation layer. |
| DimensionLayer | A collection of properties for a dimension layer. |
| FDOGraphicsLayer | A collection of properties for an annotation layer (feature data object graphics layer). |
| FeatureLayer | A collection of features and their visual representation. |
| GdbRasterCatalogLayer | Geodabase RasterCatalog source and display options. |
| GlobeServerLayer (esriGlobeCore) | Provides programmatic access to a globe server layer. |
| GroupLayer | A collection of layers that behaves like a single layer. |
| IMSMapLayer | A container for the display and manipulation of IMS layers. |
| IMSSubFeatureLayer | IMS Sub-FeatureLayer class |
| MADtedLayer (esriMilitaryAnalyst) | A layer used to control the display of MA DTED Catalogs. |
| MapServerLayer | Provides programmatic access to a map server layer. |
| MARasterLayer (esriMilitaryAnalyst) | A layer used to control the display of MA RPF Catalogs. |
| NALayer (esriNetworkAnalyst) | The layer for defining, solving and viewing network analysis results. |
| NetworkLayer | ESRI Network Layer CoClass. |
| ProcessLayer (esriGeoprocessing) | A collection of process layers that behaves like a single layer. |
| RasterCatalogLayer | Raster catalog source and display options. |
| RasterLayer | Raster layer source and display options. |
| SchematicLayer (esriSchematic) | Schematic layer object. |
| TemporalFeatureLayer (esriTrackingAnalyst) | Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object. |
| TinLayer | The TIN Layer class. |
| TopologyLayer | A collection of properties for a topology layer. |
| WMSGroupLayer | WMS GroupLayer class |
| WMSMapLayer | A container for the display and manipulation of WMS layers. |
In the ArcGIS framework, this interface is used when determining whether or not a layer needs to be redrawn. For example, if a user changes the minimum or maximum scale range for the layer, changes the renderer, or turns on or off labeling, then DrawingPropsDirty is automatically set to True. The map display is refreshed only if the layer’s drawing properties are dirty after the layer properties dialog box is dismissed.