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


IVectorFieldFunctionArguments.OutputDataType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IVectorFieldFunctionArguments.OutputDataType Property

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

Product Availability

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

See Also

IVectorFieldFunctionArguments Interface