ArcObjects Library Reference (Display)  

IDisplayAdmin2 Interface

Provides access to members that control display administration.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read-only property 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.
Read-only property RequiresBanding Indicates whether the output from the drawing object requires banding. Generally this is true if the output is raster.
Read-only property UsesFilter Indicates if the current object draws using a display filter.

CoClasses that implement IDisplayAdmin2

CoClasses and Classes Description
BasemapLayer (esriCarto) Layer containing a Basemap.
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.
ImageServerLayer (esriCarto) Image server layer source and display options.
IMSMapLayer (esriCarto) A container for the display and manipulation of IMS layers.
MADtedLayer (esriDefenseSolutions) A layer used to control the display of MA DTED Catalogs.
MapServerLayer (esriCarto) Provides programmatic access to a map server layer.
MARasterLayer (esriDefenseSolutions) A layer used to control the display of MA RPF Catalogs.
MosaicLayer (esriCarto) The layer implementation of the Mosaic Dataset.
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.
WCSLayer (esriCarto) WCS layer source and display options.
WMSMapLayer (esriCarto) A container for the display and manipulation of WMS layers.

Remarks

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.