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


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

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