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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface