Description
Specify whether a label displays for the
point on the Earth directly below the planet.
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