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