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.
Read-write property
[Visual Basic .NET] |
---|
Public Property DynamicGfx() As Boolean |
[C#] |
---|
public bool DynamicGfx {get; set;} |
[Managed C++] |
---|
public: __property bool get_DynamicGfx(); |
[Unmanaged C++] |
---|
public: HRESULT get_DynamicGfx( VARIANT_BOOL * pVal ); public: HRESULT put_DynamicGfx( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getDynamicGfx(); public void setDynamicGfx( bool ); |