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