This document is archived and information here might be outdated. Recommended version. |
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(
System.String* 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