This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTracks Interface > IAGAnimationTracks.DetachObject Method (ArcObjects .NET 10.5 SDK) |
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