This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.GetNameObject Method (ArcObjects .NET 10.5 SDK) |
Gets the name object for data element.
[Visual Basic .NET] Public Function GetNameObject ( _ ByVal pDataElement As IDataElement _ ) As IName
[C#] public IName GetNameObject ( IDataElement pDataElement );
[C++]
HRESULT GetNameObject(
IDataElement* pDataElement,
IName** ppName
);
[C++]
Parameters pDataElement [in]
pDataElement is a parameter of type IDataElement ppName [out, retval]
ppName is a parameter of type IName