AGI STK Graphics 11 Send comments on this topic.
AltitudeScale Property (IAgStkGraphicsTerrainOverlay)
See Also 





Description

Gets or sets the value from which to scale the terrain height.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeScale() As Double

[C#]
public double AltitudeScale {get; set;}

[Managed C++]
public: __property double get_AltitudeScale();
public: __property void set_AltitudeScale(
double
);

[Unmanaged C++]
public: HRESULT get_AltitudeScale(
double * pRetVal
);
public: HRESULT put_AltitudeScale(
double NewAltitudeScale
);

[Java]
public double getAltitudeScale();public void setAltitudeScale(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1