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


IDEUtilities.GetNameObject Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IDEUtilities.GetNameObject Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEUtilities Interface