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


IAnimationTrack.ResetAttachedObjects Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTrack Interface > IAnimationTrack.ResetAttachedObjects Method
ArcGIS Developer Help

IAnimationTrack.ResetAttachedObjects Method

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

[Visual Basic .NET]
Public Sub ResetAttachedObjects ( _
    ByVal pScene As IScene _
)
[C#]
public void ResetAttachedObjects (
    IScene pScene
);
[C++]
HRESULT ResetAttachedObjects(
  IScene* pScene
);
[C++]
Parameters
pScene [in]

pScene is a parameter of type IScene*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAnimationTrack Interface