This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.GetGxObject Method (ArcObjects .NET 10.5 SDK) |
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