Click or drag to resize

StkTerrainServerTerrainOverlay Properties

The StkTerrainServerTerrainOverlay type exposes the following members.

Properties
  NameDescription
Public propertyAltitudeOffset
Gets or sets the value from which to offset the terrain height.
(Overrides TerrainOverlayAltitudeOffset.)
Public propertyAltitudeScale
Gets or sets the value from which to scale the terrain height.
(Overrides TerrainOverlayAltitudeScale.)
Public propertyCentralBody
Gets the CentralBody that the GlobeOverlay is displayed on. It will return if the GlobeOverlay hasn't been added to a CentralBody.
(Overrides GlobeOverlayCentralBody.)
Public propertyDisplayCondition
Gets or sets the DisplayCondition that controls whether or not the GlobeOverlay is displayed.
(Overrides GlobeOverlayDisplayCondition.)
Public propertyExtent
Gets the CartographicExtent that represents the area covered by the GlobeOverlay.
(Overrides GlobeOverlayExtent.)
Public propertyIsValid
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.
(Overrides GlobeOverlayIsValid.)
Public propertyRole
Gets the GlobeOverlayRole of the GlobeOverlay.
(Overrides GlobeOverlayRole.)
Public propertyTag
Gets or sets custom data associated with this globe overlay.
(Overrides GlobeOverlayTag.)
Public propertyUri
Gets the Uri specifying the location of the GlobeOverlay.
(Overrides GlobeOverlayUri.)
Top
See Also