This document is archived and information here might be outdated.  Recommended version.


IGeoProcessor.GetDataElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor Interface > IGeoProcessor.GetDataElement Method
ArcGIS Developer Help

IGeoProcessor.GetDataElement Method

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
);
[C++]
Parameters
inputValue [in]

inputValue is a parameter of type VARIANT pDataType [in]
pDataType is a parameter of type VARIANT*

Product Availability

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

See Also

IGeoProcessor Interface