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


IAnimationTrack.DetachObject Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IAnimationTrack.DetachObject Method

Detach object from the track.

[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. Requires 3D Analyst Extension.

See Also

IAnimationTrack Interface