Description
Opt whether to show the satellite's orbit track.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property IsOrbitVisible() As Boolean
|
[C#] |
---|
public bool IsOrbitVisible {get; set;}
|
[Managed C++] |
---|
public: __property bool get_IsOrbitVisible(); public: __property void set_IsOrbitVisible( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_IsOrbitVisible( VARIANT_BOOL * pRetVal ); public: HRESULT put_IsOrbitVisible( VARIANT_BOOL NewIsOrbitVisible );
|
[Java] |
---|
public bool getIsOrbitVisible();public void setIsOrbitVisible( bool );
|
See Also