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