ArcObjects Library Reference (GeoDatabase)  

IWorkspaceDataElements2.GetNameObject Method

Returns a name object for the data element.

[Visual Basic .NET]
Public Function GetNameObject ( _
    ByVal DataElement As IDataElement _
) As IName
[C#]
public IName GetNameObject (
    IDataElement DataElement
);
[C++]
HRESULT GetNameObject(
  IDataElement* DataElement,
  IName** nameObject
);
[C++]

Parameters

DataElement [in]

  DataElement is a parameter of type IDataElement

nameObject [out, retval]

  nameObject is a parameter of type IName

Product Availability

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

See Also

IWorkspaceDataElements2 Interface