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


IVectorFieldFunctionArguments.OutputDataType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IV > IVectorFieldFunctionArguments Interface > IVectorFieldFunctionArguments.OutputDataType Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

IVectorFieldFunctionArguments Interface