| TerrainOverlay Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Graphics
 Syntax
SyntaxThe TerrainOverlay type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AltitudeOffset | 
Gets or sets the value from which to offset the terrain height.
 | 
|  | AltitudeScale | 
Gets or sets the value from which to scale the terrain height.
 | 
|  | CentralBody | 
Gets the CentralBody that the GlobeOverlay is displayed on.
It will return  if the GlobeOverlay hasn't been added to a CentralBody.
(Inherited from GlobeOverlay.) | 
|  | DisplayCondition | 
Gets or sets the DisplayCondition that controls whether or not the GlobeOverlay is displayed.
(Inherited from GlobeOverlay.) | 
|  | Extent | 
Gets the CartographicExtent that represents the area covered by the GlobeOverlay.
(Inherited from GlobeOverlay.) | 
|  | IsValid | 
Gets whether or not the overlay is valid. It can be invalid because of a missing file, corrupt file, unlicensed file, or a file on the incorrect CentralBody.
(Inherited from GlobeOverlay.) | 
|  | Role | 
Gets the GlobeOverlayRole of the GlobeOverlay.
(Inherited from GlobeOverlay.) | 
|   | Supported | 
Gets whether the video card supports adding TerrainOverlay objects.  Video cards that support OpenGL 1.2 or higher support TerrainOverlay objects.
 | 
|  | Tag | 
Gets or sets custom data associated with this globe overlay.
(Inherited from GlobeOverlay.) | 
|  | Uri | 
Gets the Uri specifying the location of the GlobeOverlay.
(Inherited from GlobeOverlay.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | (Inherited from GlobeOverlay.) | 
|  | Dispose(Boolean) | (Overrides GlobeOverlayDispose(Boolean).) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also