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


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

IAnimationType.ResetObject Method

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

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

pScene is a parameter of type IScene* pObject [in]
pObject is a parameter of type VARIANT

Product Availability

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

See Also

IAnimationType Interface