ArcObjects Library Reference (Animation)  

IAGAnimationTrack.AttachObject Method

Attach object to the track.

[Visual Basic .NET]
Public Sub AttachObject ( _
    ByVal pObject As Object _
)
[C#]
public void AttachObject (
    object pObject
);
[C++]
HRESULT AttachObject(
  LPUNKNOWN pObject
);
[C++]

Parameters

pObject [in]   pObject is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationTrack Interface

.NET Snippets

Create Animation by Interpolating Between Two Keyframes

.NET Samples

Move a graphic along a path in ArcMap (Code Files: AnimationUtils)