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


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

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