Description
Display the position of the planet as a point.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property InertialPositionVisible() As Boolean
|
| [C#] |
|---|
public bool InertialPositionVisible {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_InertialPositionVisible(); public: __property void set_InertialPositionVisible(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_InertialPositionVisible(
VARIANT_BOOL * pShow
);
public: HRESULT put_InertialPositionVisible(
VARIANT_BOOL pShow
);
|
| [Java] |
|---|
public bool getInertialPositionVisible();
public void setInertialPositionVisible(
bool
);
|
See Also