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


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

IAnimationType.AnimationObjectByID Property

The animated object with the given ID.

[Visual Basic .NET]
Public Function get_AnimationObjectByID ( _
    ByVal pScene As IScene, _
    ByVal objectID As Integer _
) As Object
[C#]
public object get_AnimationObjectByID (
    IScene pScene,
    int objectID
);
[C++]
HRESULT get_AnimationObjectByID(
  IScene* pScene,
  long objectID,
  Variant* ppObject
);
[C++]
Parameters
pScene [in]

pScene is a parameter of type IScene* objectID [in]
objectID is a parameter of type long ppObject [out, retval]
ppObject 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