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