Description
Gets or sets the altitude 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 AltitudeOffset
);
|
| [Java] |
|---|
public double getAltitudeOffset();
public void setAltitudeOffset(
double
);
|
[Python - STK API ] |
|---|
@property
def AltitudeOffset(self) -> float:
@AltitudeOffset.setter
def AltitudeOffset(self, AltitudeOffset:float) -> None:
|
See Also