This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.GetGxObject Method (ArcObjects .NET 10.5 SDK) |
Returns the catalog object corresponding to the given data element.
[Visual Basic .NET] Public Function GetGxObject ( _ ByVal pDataElement As IDataElement _ ) As Object
[C#] public object GetGxObject ( IDataElement pDataElement );
[C++]
HRESULT GetGxObject(
IDataElement* pDataElement,
LPUNKNOWN* ppGxObject
);
[C++]
Parameters pDataElement [in]
pDataElement is a parameter of type IDataElement ppGxObject [out, retval] ppGxObject is a parameter of type LPUNKNOWN