Adds a new child and returns a reference to it. However, if a duplicate already exists, the function returns the existing child instead.
[Visual Basic .NET] Public Function AddChild ( _ ByVal child As ITxCatalogObject _ ) As ITxCatalogObject
[C#] public ITxCatalogObject AddChild ( ITxCatalogObject child );
[C++]
HRESULT AddChild(
ITxCatalogObject* child,
ITxCatalogObject** resultingChild
);
[C++]Parameters
child [in]child is a parameter of type ITxCatalogObject
resultingChild [out, retval]resultingChild is a parameter of type ITxCatalogObject
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.