Display the location at which the star is overhead on the globe.
Read-write property
[Visual Basic .NET] |
---|
Public Property SubStarPointVisible() As Boolean |
[C#] |
---|
public bool SubStarPointVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_SubStarPointVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_SubStarPointVisible( VARIANT_BOOL * pShowSubStarPoint ); public: HRESULT put_SubStarPointVisible( VARIANT_BOOL ShowSubStarPoint ); |
[Java] |
---|
public bool getSubStarPointVisible(); public void setSubStarPointVisible( bool ); |