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


ITxCatalogObject.Attach 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.Attach Method
ArcGIS Developer Help

ITxCatalogObject.Attach Method

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*

Product Availability

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

See Also

ITxCatalogObject Interface