The layer extension containing globe layer properties.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
IDataLayerExtension (esriCarto) | Provides access to members that allow a layer to override the base path used for relative path names. |
IGlobeLayerProperties | Provides access to members that manipulate the globe layer properties. |
IGlobeLayerProperties2 | Provides access to members that manipulate the globe layer properties. |
IGlobeLayerProperties4 | Provides access to members that manipulate the globe layer properties. |
IGlobeLayerProperties5 | Provides access to members that manipulate the globe layer properties. |
IPersist | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream (esriSystem) |
Event Interfaces
Interfaces | Description |
---|---|
IFeatureLayerSelectionEvents (default) | Provides access to events that occur when the selection changes. |
Working with Events
[Visual Basic 6.0]
When working with GlobeLayerProperties' default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pGlobeLayerProperties as GlobeLayerProperties