This document is archived and information here might be outdated.  Recommended version.


IAGAnimationType.ResetObject Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationType.ResetObject Method

Resets the state of the object, preparing it for animation.

[Visual Basic .NET]
Public Sub ResetObject ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal pObject As Object _
)
[C#]
public void ResetObject (
    IAGAnimationContainer pContainer,
    object pObject
);
[C++]
HRESULT ResetObject(
  IAGAnimationContainer* pContainer,
  VARIANT pObject
);
[C++]

Parameters pContainer [in]
pContainer is a parameter of type IAGAnimationContainer pObject [in] pObject is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationType Interface