TerrainOverlayAltitudeOffset Property |
Gets or sets the value from which to offset the terrain height.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual double AltitudeOffset { get; set; }
Public Overridable Property AltitudeOffset As Double
Get
Set
public:
virtual property double AltitudeOffset {
double get ();
void set (double value);
}
abstract AltitudeOffset : float with get, set
override AltitudeOffset : float with get, set
Property Value
Type:
DoubleSee Also