Opt whether to have the 2D graphics window display complete chain access for objects in the chain, based on applicable time and object constraints. Accesses among chain objects are displayed as thick lines that overlay ground tracks.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsVisible() As Boolean |
[C#] |
---|
public bool IsVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsVisible( VARIANT_BOOL IsVisible ); |
[Java] |
---|
public bool getIsVisible(); public void setIsVisible( bool ); |