Make a dataelement from the given value.
[Visual Basic .NET] Public Function GetDataElement ( _ ByVal inputValue As Object, _ ByRef pDataType As Object _ ) As IDataElement
[C#] public IDataElement GetDataElement ( object inputValue, ref object pDataType );
[C++]
HRESULT GetDataElement(
VARIANT inputValue,
VARIANT* pDataType,
IDataElement** ppGpDescribe
);
[C++]Parameters
inputValue [in] inputValue is a parameter of type VARIANT pDataType [in] pDataType is a parameter of type VARIANT ppGpDescribe [out, retval]ppGpDescribe is a parameter of type IDataElement
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.