ArcObjects Library Reference (Catalog)  

IGxCatalog.ConstructFullName Method

Constructs the full name for an object.

[Visual Basic .NET]
Public Function ConstructFullName ( _
    ByVal gxObject As IGxObject _
) As String
[C#]
public string ConstructFullName (
    IGxObject gxObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalog Interface