AGI STK Objects 11 Send comments on this topic.
AnimateGfx Property (IAgStkAccessGraphics)
See Also 





Description

Specifies whether an Animate Highlight appears in the 2D Graphics window during access periods. The Animate Highlight is a box drawn around each object participating in the access.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AnimateGfx();
public: __property void set_AnimateGfx(
bool
);

[Unmanaged C++]
public: HRESULT get_AnimateGfx(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AnimateGfx(
VARIANT_BOOL NewAnimateGfx
);

[Java]
public bool getAnimateGfx();public void setAnimateGfx(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1