Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
void |
TerrainCollection.addAddComplete(EventHandler<TerrainOverlayAddCompleteEventArgs> value)
Adds a handler for an event that is raised when an asynchronous add is completed.
|
void |
TerrainCollection.removeAddComplete(EventHandler<TerrainOverlayAddCompleteEventArgs> value)
Removes a handler for an event that is raised when an asynchronous add is completed.
|