Description
Display a label on the globe at the location
at which the planet is overhead.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property SubPlanetLabelVisible() As Boolean
|
| [C#] |
public bool SubPlanetLabelVisible {get; set;}
|
| [Managed C++] |
public: __property bool get_SubPlanetLabelVisible();
public: __property void set_SubPlanetLabelVisible(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_SubPlanetLabelVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_SubPlanetLabelVisible(
VARIANT_BOOL NewSubPlanetLabelVisible
);
|
| [Java] |
public bool getSubPlanetLabelVisible();public void setSubPlanetLabelVisible(
bool
);
|
See Also