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