Specify whether to display labels for sub-planet points.
Read-write property
[Visual Basic .NET] |
---|
Public Property SubPlanetLabelsVisible() As Boolean |
[C#] |
---|
public bool SubPlanetLabelsVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_SubPlanetLabelsVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_SubPlanetLabelsVisible( VARIANT_BOOL * pVal ); public: HRESULT put_SubPlanetLabelsVisible( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getSubPlanetLabelsVisible(); public void setSubPlanetLabelsVisible( bool ); |