Opt whether to display path numbers within a repeating ground track sequence at the pass break locations in the 2D Graphics window.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsPathLabelsVisible() As Boolean |
[C#] |
---|
public bool IsPathLabelsVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsPathLabelsVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsPathLabelsVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsPathLabelsVisible( VARIANT_BOOL IsPathLabelsVisible ); |
[Java] |
---|
public bool getIsPathLabelsVisible(); public void setIsPathLabelsVisible( bool ); |