This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxCatalogObject Interface > ITxCatalogObject.Attach Method (ArcObjects .NET 10.5 SDK) |
Attaches the object to its parent and the catalog.
[Visual Basic .NET] Public Sub Attach ( _ ByVal Parent As ITxCatalogObject, _ ByVal pCatalog As ITxCatalog _ )
[C#] public void Attach ( ITxCatalogObject Parent, ITxCatalog pCatalog );
[C++]
HRESULT Attach(
ITxCatalogObject* Parent,
ITxCatalog* pCatalog
);
[C++]
Parameters Parent [in]
Parent is a parameter of type ITxCatalogObject pCatalog [in]
pCatalog is a parameter of type ITxCatalog