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


IGxCatalog.ConstructFullName Method (ArcObjects .NET 10.4 SDK)
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