This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPDataType Interface > IGPDataType.FullName Property (ArcObjects .NET 10.5 SDK) |
The associated Name object.
[Visual Basic .NET] Public ReadOnly Property FullName As IName
[C#] public IName FullName {get;}
[C++]
HRESULT get_FullName(
IName** Name
);
[C++]
Parameters Name [out, retval]
Name is a parameter of type IName
The FullName property returns the full name of the DataType object, which is an IName object.