This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObject Interface > IGxObject.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 IGxObject, _ ByVal pCatalog As IGxCatalog _ )
[C#] public void Attach ( IGxObject Parent, IGxCatalog pCatalog );