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


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

IDisplayAdmin Interface

Provides access to members that control display administration. Note: the IDisplayAdmin interface has been superseded by IDisplayAdmin2. Please consider using the more recent version.

Product Availability

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

Description

Provides access to a member that indicates whether or not a layer or renderer is using a display filter.

Members

Name Description
Read-only property UsesFilter Indicates if the current object draws using a filter.

Classes that implement IDisplayAdmin

Classes Description
BasemapLayer (esriCarto) Layer containing a Basemap.
CadAnnotationLayer (esriCarto) An Esri Cad annotation layer.
CadastralFabricSubLayer (esriCarto) Cadastral Fabric Feature Layer Object.
CadFeatureLayer (esriCarto) Esri CAD Feature Layer class.
CadLayer (esriCarto) Esri CAD Layer class.
CoTrackSymbologyRenderer (esriTrackingAnalyst) Symbolizes temporal based features and tracks in order to identify temporal feature characteristics in relation to the temporal reference.
CoverageAnnotationLayer (esriCarto) An Esri coverage annotation layer.
DimensionLayer (esriCarto) A collection of properties for a dimension layer.
FDOGraphicsLayer (esriCarto) A collection of properties for an annotation layer (feature data object graphics layer).
FDOGraphicsSublayer (esriCarto) A collection of properties for an annotation sublayer layer (feature data object graphics sublayer).
FeatureLayer (esriCarto) A collection of features and their visual representation.
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.
IMSSubFeatureLayer (esriCarto) A collection of IMS features as a sublayer of an IMSMapLayer.
KmlLayer (esriGlobeCore) Esri KML Layer class.
Map (esriCarto) A container for the display and manipulation of map data.
MapFrame (esriCarto) A graphic element for displaying maps.
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.
NetworkLayer (esriCarto) Esri Network Layer CoClass.
PageLayout (esriCarto) Page Layout class contains maps and map surrounds.
ProcessLayer (esriGeoprocessing) A collection of process layers that behaves like a single layer.
RasterCatalogLayer (esriCarto) Raster catalog source and display options.
RasterClassifyColorRampRenderer (esriCarto) A renderer with a color ramp for rasters with classified values.
RasterColormapRenderer (esriCarto) A raster colormap renderer.
RasterDiscreteColorRenderer (esriCarto) A raster discrete color renderer.
RasterLayer (esriCarto) Raster layer source and display options.
RasterRGBRenderer (esriCarto) A true-color RGB renderer.
RasterStretchColorRampRenderer (esriCarto) A renderer with a color ramp for rasters with continuous values.
RasterUniqueValueRenderer (esriCarto) A renderer for rasters with unique values.
SimpleRenderer (esriCarto) A simple renderer where the same symbol is drawn for each feature.
TemporalFeatureLayer (esriTrackingAnalyst) Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object.
TinLayer (esriCarto) The TIN Layer class.
TopologyLayer (esriCarto) A collection of properties for a topology layer.
UniqueValueRenderer (esriCarto) A unique values renderer where symbols are assigned to features based on an unique attribute values.
WCSLayer (esriCarto) WCS layer source and display options.
WMSMapLayer (esriCarto) A container for the display and manipulation of WMS layers.

Remarks

This interface is used by the framework to determine if a renderer or layer is using a display filter. For example, for a SimpleRenderer, this property is True if a transparency field has been set via ITransparencyRenderer. This information is used by the framework when printing or exporting a view. A layer or renderer with transparency can trigger special actions in the export logic.