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


ITxCatalog.RemoveRootLevelObject Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxCatalog.RemoveRootLevelObject Method

This method removes a root level object from the catalog (Currently this is reserved for a future version.

[Visual Basic .NET]
Public Sub RemoveRootLevelObject ( _
    ByVal piRootObject As ITxRootLevelCatalogObject _
)
[C#]
public void RemoveRootLevelObject (
    ITxRootLevelCatalogObject piRootObject
);
[C++]
HRESULT RemoveRootLevelObject(
  ITxRootLevelCatalogObject* piRootObject
);
[C++]

Parameters piRootObject [in]
piRootObject is a parameter of type ITxRootLevelCatalogObject*

Product Availability

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

See Also

ITxCatalog Interface