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





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 * pRetVal
);
public: HRESULT put_DynamicGfx(
VARIANT_BOOL NewDynamicGfx
);

[Java]
public bool getDynamicGfx();public void setDynamicGfx(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1