ArcObjects Library Reference (TrackingAnalyst)  

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