Gets or sets the value from which to scale the terrain height.
Read-write property
[Visual Basic .NET] |
---|
Public Property AltitudeScale() As Double |
[C#] |
---|
public double AltitudeScale {get; set;} |
[Managed C++] |
---|
public: __property double get_AltitudeScale(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeScale( double * pRetVal ); public: HRESULT put_AltitudeScale( double AltitudeScale ); |
[Java] |
---|
public double getAltitudeScale(); public void setAltitudeScale( double ); |