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


IAGAnimationTrack.DetachObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrack Interface > IAGAnimationTrack.DetachObject Method
ArcGIS Developer Help

IAGAnimationTrack.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 IUnknown

Product Availability

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

See Also

IAGAnimationTrack Interface