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 AltitudeScale
);
|
[Java] |
---|
public double getAltitudeScale();
public void setAltitudeScale(
double
);
|
See Also