ArcObjects Library Reference (Geoprocessing)  

IDEUtilities.GetGxObject Method

Gets the GxObject for a data element.

[Visual Basic .NET]
Public Function GetGxObject ( _
    ByVal pDataTlement As IDataElement _
) As Object
[C#]
public object GetGxObject (
    IDataElement pDataTlement
);
[C++]
HRESULT GetGxObject(
  IDataElement* pDataTlement,
  LPUNKNOWN* ppGxObject
);
[C++]

Parameters

pDataTlement [in]

  pDataTlement is a parameter of type IDataElement

ppGxObject [out, retval]   ppGxObject is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IDEUtilities Interface