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


IVectorFieldFunctionArguments Interface (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
ArcGIS Developer Help

IVectorFieldFunctionArguments Interface

Provides access to members that generate a two-band vector field given each vector component as a raster.

Product Availability

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

Members

Name Description
Read/write property AngleReferenceSystem Denotes whether the angle is mesured in Arithmetic or Geographic Units
Read/write property InputDataType 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
Read/write property OutputDataType 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
Read/write property Raster1 The first raster object corresponding to one of the two components of the vector field.
Read/write property Raster2 The second raster object corresponding to one of the two components of the vector field.

Classes that implement IVectorFieldFunctionArguments

Classes Description
VectorFieldFunctionArguments A class for vector field raster function arguments.