Description
Gets or sets the altitude, in meters, that
all
Terrain
and
Imagery
will be offset from the surface of the Central Body in the
Scene.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property AltitudeOffset() As Double
|
[C#] |
public double AltitudeOffset {get; set;}
|
[Managed C++] |
public: __property double get_AltitudeOffset();
public: __property void set_AltitudeOffset(
double
);
|
[Unmanaged C++] |
public: HRESULT get_AltitudeOffset(
double * pRetVal
);
public: HRESULT put_AltitudeOffset(
double NewAltitudeOffset
);
|
[Java] |
public double getAltitudeOffset();public void setAltitudeOffset(
double
);
|
See Also