This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IV > IVectorFieldFunctionArguments Interface > IVectorFieldFunctionArguments.OutputDataType Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR* 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