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