Description
Specify whether to display access static
highlights, i.e. thick lines overlying the ground track of a
vehicle during access periods.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property AccessStatHigh() As Boolean
|
[C#] |
public bool AccessStatHigh {get; set;}
|
[Managed C++] |
public: __property bool get_AccessStatHigh();
public: __property void set_AccessStatHigh(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_AccessStatHigh(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AccessStatHigh(
VARIANT_BOOL NewAccessStatHigh
);
|
[Java] |
public bool getAccessStatHigh();public void setAccessStatHigh(
bool
);
|
See Also