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


IAGAnimationType.AnimationObjectByID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationType.AnimationObjectByID Property

The animated object with the given ID.

[Visual Basic .NET]
Public Function get_AnimationObjectByID ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal objectID As Integer _
) As Object
[C#]
public object get_AnimationObjectByID (
    IAGAnimationContainer pContainer,
    int objectID
);
[C++]
HRESULT get_AnimationObjectByID(
  IAGAnimationContainer* pContainer,
  long objectID,
  VARIANT* ppObject
);
[C++]

Parameters pContainer [in]
pContainer is a parameter of type IAGAnimationContainer 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.

See Also

IAGAnimationType Interface