ArcObjects Library Reference  (Carto)    

ICompositeLayer Interface

Provides access to members that work with a collection of layers that behaves like a single layer. Note: the ICompositeLayer interface has been superseded by ICompositeLayer2. Please consider using the more recent version.

Product Availability

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

Description

ICompositeLayer is the most generic interface for working with layers that contain and manage properties for other layers, i.e., GroupLayers. 

Members

Description
Read-only property Count Number of layers in the collection.
Read-only property Layer Layer in the collection at the specified index.

CoClasses that implement ICompositeLayer

CoClasses and Classes Description
CadastralFabricLayer Cadastral Fabric Layer Object.
CompositeGraphicsLayer A collection of graphics layers that behave like single layer.
FDOGraphicsLayer A collection of properties for an annotation layer (feature data object graphics layer).
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.
MapServerLayer Provides programmatic access to a map server layer.
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.
SurveyLayer (esriSurveyExt) SurveyLayer Class
WMSGroupLayer A container for the display of WMS group layers.
WMSMapLayer A container for the display and manipulation of WMS layers.

See Also

ICompositeLayer Interface | GroupLayer Class | IGroupLayer Interface