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


IVectorFieldFunctionArguments.InputDataType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IVectorFieldFunctionArguments.InputDataType Property

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

Product Availability

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

See Also

IVectorFieldFunctionArguments Interface