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