Description
Specify whether to display labels at the inertial positions of planets.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property InertialPosLabelsVisible() As Boolean
|
[C#] |
---|
public bool InertialPosLabelsVisible {get; set;}
|
[Managed C++] |
---|
public: __property bool get_InertialPosLabelsVisible(); public: __property void set_InertialPosLabelsVisible(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_InertialPosLabelsVisible(
VARIANT_BOOL * pVal
);
public: HRESULT put_InertialPosLabelsVisible(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getInertialPosLabelsVisible();
public void setInertialPosLabelsVisible(
bool
);
|
See Also