This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IV > IVectorFieldFunctionArguments Interface > IVectorFieldFunctionArguments.InputDataType Property (ArcObjects .NET 10.4 SDK) |
The type of data associated with the input rasters. Specify 'Vector-UV' to indicate a vector field defined in cartesian coordinates (x-component in the first raster, y-component in the second). Specify 'Vector-DirMag' to indicate a vector field defined in pola.
[Visual Basic .NET] Public Property InputDataType As String
[C#] public string InputDataType {get; set;}
[C++]
HRESULT get_InputDataType(
BSTR* pbsInputDataType
);
[C++]
HRESULT put_InputDataType(
BSTR pbsInputDataType
);
[C++]
Parameters pbsInputDataType [out, retval] pbsInputDataType is a parameter of type BSTR pbsInputDataType [in] pbsInputDataType is a parameter of type BSTR