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


IAnimationType.AnimationObjectID Property (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.AnimationObjectID Property
ArcGIS Developer Help

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,
  System.Int32* 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