Description
Display a label at the inertial position of
the planet.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property PositionLabelVisible() As Boolean
|
[C#] |
public bool PositionLabelVisible {get; set;}
|
[Managed C++] |
public: __property bool get_PositionLabelVisible();
public: __property void set_PositionLabelVisible(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_PositionLabelVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PositionLabelVisible(
VARIANT_BOOL NewPositionLabelVisible
);
|
[Java] |
public bool getPositionLabelVisible();public void setPositionLabelVisible(
bool
);
|
See Also