Specify whether a label displays for the point on the Earth directly below the planet.
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 * pSubPlanetLabelVisible ); public: HRESULT put_SubPlanetLabelVisible( VARIANT_BOOL SubPlanetLabelVisible ); |
[Java] |
---|
public bool getSubPlanetLabelVisible(); public void setSubPlanetLabelVisible( bool ); |