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






Windows & Linux

Description

Specify whether to display access animation highlights, i.e. boxes around objects participating in an access.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AccessAnimHigh() As Boolean

[C#]
public bool AccessAnimHigh {get; set;}

[Managed C++]
public: __property bool get_AccessAnimHigh();
public: __property void set_AccessAnimHigh(
bool
);

[Unmanaged C++]
public: HRESULT get_AccessAnimHigh(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AccessAnimHigh(
VARIANT_BOOL NewAccessAnimHigh
);

[Java]
public bool getAccessAnimHigh();public void setAccessAnimHigh(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface