Display the location at which the planet is overhead on the globe.
Read-write property
[Visual Basic .NET] |
---|
Public Property SubPlanetPointVisible() As Boolean |
[C#] |
---|
public bool SubPlanetPointVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_SubPlanetPointVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_SubPlanetPointVisible( VARIANT_BOOL * pShow ); public: HRESULT put_SubPlanetPointVisible( VARIANT_BOOL pShow ); |
[Java] |
---|
public bool getSubPlanetPointVisible(); public void setSubPlanetPointVisible( bool ); |