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






Windows & Linux

Description

Opt whether to display dynamic graphics: an ellipse is interpolated between all specified ellipses, linearly interpolating semimajor/minor axes and bearings. Position is interpolated between the ellipses with the closest times to the animation time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DynamicGfx() As Boolean
[C#]
public bool DynamicGfx {get; set;}
[Managed C++]
public: __property bool get_DynamicGfx();
public: __property void set_DynamicGfx( bool );
[Unmanaged C++]
public: HRESULT get_DynamicGfx(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DynamicGfx(
    VARIANT_BOOL InVal
);
[Java]
public bool getDynamicGfx();
public void setDynamicGfx(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.