This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Classes > G > GraphicsLayer3D CoClass (ArcObjects .NET 10.4 SDK) |
A 3D Graphics Layer.
Interfaces | Description |
---|---|
IConnectionPointContainer | Supports connection points for connectable objects. |
IGeoDataset (esriGeoDatabase) | Provides access to members that provide information about a Geographic Dataset. |
IGraphicsContainer (esriCarto) | Provides access to members that control the Graphics Container. |
IGraphicsContainer3D | Provides access to members that manipulate the graphics container. |
IGraphicsLayer (esriCarto) | Provides access to members that control the Graphics Layer. |
IGraphicsSelection | Provides access to members that select 3D graphics. |
ILayer (esriCarto) | Provides access to members that work with all layers. |
ILayerEffects (esriCarto) | Provides access to members that control layer effects. |
ILayerEvents (esriCarto) | Provides access to events that occur when layer visibility changes. |
ILayerExtensions (esriCarto) | Provides access to the extensions of a layer. |
IPersistStream (esriSystem) | |
IPublishLayer (esriCarto) | Provides access to a layer's capability for being published with the ArcGIS Publisher extension. |
Interfaces | Description |
---|---|
ISceneRendererEvents (default) | Provides access to events that occur when a scene is rendered. |
IActiveViewEvents | Provides access to events that occur when the state of the active view changes. |
When working with GraphicsLayer3D's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pGraphicsLayer3D as GraphicsLayer3D
When implementing IActiveViewEvents declare variables as follows:
Private WithEvents pBarrierCollection as BarrierCollection