ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.GetNameObject Method

Returns a name object corresponding to the object referred to by the given data element.

[Visual Basic 6.0]
Function GetNameObject(
    ByVal pDataElement As IDataElement _
) As IName
[Visual Basic .NET]
Public Function GetNameObject ( _
    ByVal pDataElement As IDataElement _
) As IName
[C#]
public IName GetNameObject (
    IDataElement pDataElement
);
[Java]
public IName getNameObject (
    IDataElement pDataElement
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page