ArcObjects Library Reference (Catalog)  

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) (Code Files: clsGxStyleGallery clsGxStyleGalleryClass)