Provides access to members that control display administration.
| Description | ||
|---|---|---|
![]() |
DoesBlending | Indicates whether the drawing object blends its output with the background. For example, if the object is transparent, the background becomes part of its rendering. |
![]() |
RequiresBanding | Indicates whether the output from the drawing object requires banding. Generally this is true if the output is raster. |
![]() |
UsesFilter | Indicates if the current object draws using a display filter. |
| CoClasses and Classes | Description |
|---|---|
| GdbRasterCatalogLayer (esriCarto) | Geodabase RasterCatalog source and display options. |
| GlobeServerLayer (esriGlobeCore) | Provides programmatic access to a globe server layer. |
| GroupLayer (esriCarto) | A collection of layers that behaves like a single layer. |
| IMSMapLayer (esriCarto) | A container for the display and manipulation of IMS layers. |
| MADtedLayer (esriMilitaryAnalyst) | A layer used to control the display of MA DTED Catalogs. |
| MapServerLayer (esriCarto) | 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. |
| ProcessLayer (esriGeoprocessing) | A collection of process layers that behaves like a single layer. |
| RasterCatalogLayer (esriCarto) | Raster catalog source and display options. |
| RasterLayer (esriCarto) | Raster layer source and display options. |
| WMSMapLayer (esriCarto) | A container for the display and manipulation of WMS layers. |
This interface provides access to layer properties which are used by the framework when printing or exporting a view that contains the layer. For example, if UsesFilter = True then the layer has transparency and this triggers special actions in the export logic.