ArcObjects Library Reference (Animation)  

IAGAnimationTracks.DetachObject Method

Detach an object from all tracks it is attached to.

[Visual Basic .NET]
Public Sub DetachObject ( _
    ByVal pObject As Object _
)
[C#]
public void DetachObject (
    object pObject
);
[C++]
HRESULT DetachObject(
  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

IAGAnimationTracks Interface