STK ObjectsSend comments on this topic.
AccessStatHigh Property (IAgScGraphics)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_AccessStatHigh(
    VARIANT_BOOL pVal
);
[Java]
public bool getAccessStatHigh();
public void setAccessStatHigh(
    bool
);
[Python - STK API ]
@property
def AccessStatHigh(self) -> bool:

@AccessStatHigh.setter
def AccessStatHigh(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.