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


IGxObject.Attach Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObject Interface > IGxObject.Attach Method
ArcGIS Developer Help

IGxObject.Attach Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObject Interface

.NET Samples

Custom Root Object (Style Gallery) Custom Root Object (Style Gallery)