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