A collection of graphics layers that behave like single layer.
| Interfaces | Description |
|---|---|
| IBarrierProperties | Provides access to members that control how objects (text, features, graphics) act as barriers for labelling. |
| IBarrierProperties2 | Provides access to members that control how objects (text, features, graphics) act as barriers for labelling with the cancel tracker. |
| ICompositeGraphicsLayer | Provides access to members that control a collection of graphics layers that behave like single layer. |
| ICompositeGraphicsLayer2 | Provides access to members that control a collection of graphics layers that behave like single layer. |
| ICompositeLayer | Provides access to members that work with a collection of layers that behaves like a single layer. |
| IConnectionPointContainer | |
| IGeoDataset | Provides access to members that provide information about a Geographic Dataset. |
| IGeoDatasetSchemaEdit | Provides access to members that change the schema of a GeoDataset. |
| IGraphicsContainer | Provides access to members that control the Graphics Container. |
| IGraphicsContainerSelect | Provides access to members that control graphic container selection. |
| IGraphicsLayer | Provides access to members that control the Graphics Layer. |
| IGraphicsLayerScale | Provides access to members that control the Graphics Layer Scale. |
| ILayer | Provides access to members that work with all layers. |
| IOverflowGraphicsContainer | Provides access to members that control the Overflow Graphics Container. |
| IPersist | |
| IPersistStream | |
| IPublishLayer | Provides access to a layer's report publishing details. |
| Interfaces | Description |
|---|---|
| ISelectionEvents (default) | Provides access to events that occur when the selection changes. |
| IGraphicsContainerEvents | Provides access to events that occur when the graphics container changes. |
When working with CompositeGraphicsLayer's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pCompositeGraphicsLayer as CompositeGraphicsLayer
When implementing IGraphicsContainerEvents declare variables as follows:Private WithEvents pGraphicsContainerEvents as GraphicsContainerEvents