Returns the catalog object corresponding to the given data element.
[Visual Basic 6.0] Function GetGxObject(
ByVal pDataElement As IDataElement _
) As Unknown
[Visual Basic .NET] Public Function GetGxObject ( _ ByVal pDataElement As IDataElement _ ) As Object
[C#] public object GetGxObject ( IDataElement pDataElement );
[Java] public Object getGxObject ( IDataElement pDataElement ) throws IOException, AutomationException
[C++] HRESULT GetGxObject( IDataElement* pDataElement, LPUNKNOWN* ppGxObject );
Parameters
pDataElement [in]
pDataElement is a parameter of type IDataElement
ppGxObject [out, retval]
ppGxObject is a parameter of type LPUNKNOWN