ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.GetNameObject Method

Returns a name object corresponding to the object referred to by the given 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

IGPUtilities Interface