This document is archived and information here might be outdated. Recommended version. |
The requested data type of the output raster. Specify 'Vector-UV' to indicate a vector field defined in cartesian coordinates (x-component in the first band of the output raster, and y-component in the second band). Specify 'Vector-DirMag' to indicate a vector.
[Visual Basic .NET]
Public Property OutputDataType As String
[C#]
public string OutputDataType {get; set;}
[C++]
HRESULT get_OutputDataType(
System.String* pbsOutputDataType
);
[C++]
HRESULT put_OutputDataType(
BSTR pbsOutputDataType
);
[C++] Parameters pbsOutputDataType [out, retval]
pbsOutputDataType is a parameter of type BSTR* pbsOutputDataType [in]
pbsOutputDataType is a parameter of type BSTR