AGI STK Objects 11 Send comments on this topic.
AccessStatHigh Property (IAgScGraphics)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1