ArcObjects Library Reference (3DAnalyst)  

IAnimationType.AnimationObjectID Property

The ID (index) of the given object among those of its animation type in the scene.

[Visual Basic .NET]
Public Function get_AnimationObjectID ( _
    ByVal pScene As IScene, _
    ByVal pObject As Object _
) As Integer
[C#]
public int get_AnimationObjectID (
    IScene pScene,
    object pObject
);
[C++]
HRESULT get_AnimationObjectID(
  IScene* pScene,
  VARIANT pObject,
  long* pObjectID
);
[C++]

Parameters

pScene [in]

  pScene is a parameter of type IScene

pObject [in]   pObject is a parameter of type VARIANT pObjectID [out, retval]   pObjectID is a parameter of type long

Product Availability

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

See Also

IAnimationType Interface