STK ObjectsSend 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 * pVal
);
public: HRESULT put_AnimateGfx(
    VARIANT_BOOL inVal
);
[Java]
public bool getAnimateGfx();
public void setAnimateGfx(
    bool
);
[Python - STK API ]
@property
def AnimateGfx(self) -> bool:

@AnimateGfx.setter
def AnimateGfx(self, inVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.