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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1