ArcObjects Library Reference (Animation)  

IAGAnimationTrack.ResetAttachedObjects Method

Reset the state of the attached objects to be ready for animation.

[Visual Basic .NET]
Public Sub ResetAttachedObjects ( _
    ByVal pContainer As IAGAnimationContainer _
)
[C#]
public void ResetAttachedObjects (
    IAGAnimationContainer pContainer
);
[C++]
HRESULT ResetAttachedObjects(
  IAGAnimationContainer* pContainer
);
[C++]

Parameters

pContainer [in]

  pContainer is a parameter of type IAGAnimationContainer

Product Availability

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

See Also

IAGAnimationTrack Interface