This document is archived and information here might be outdated.  Recommended version.


IDisplayAdmin2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayAdmin2 Interface
ArcGIS Developer Help

IDisplayAdmin2 Interface

Provides access to members that control display administration.

Product Availability

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

Members

Name 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.

Classes that implement IDisplayAdmin2

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.
MapServerLayer (esriCarto) Provides programmatic access to a map server layer.
MapServerRESTLayer (esriCarto) Provides programmatic access to a a layer based on MapServer using REST access.
MapServerRESTSubLayer (esriCarto) Provides programmatic access to a MapServer SubLayer.
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.
WMTSLayer (esriCarto) Provides programmatic access to WMTS layer.

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.