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


ITxCatalogObject.Detach Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxCatalogObject Interface > ITxCatalogObject.Detach Method
ArcGIS Developer Help

ITxCatalogObject.Detach Method

Instructs the object to detach itself from its parent and the catalog.

[Visual Basic .NET]
Public Sub Detach ( _
)
[C#]
public void Detach (
);
[C++]
HRESULT Detach(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxCatalogObject Interface