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


IUnitConversionFunctionArguments Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IUnitConversionFunctionArguments Interface

Provides access to members that control unit conversion raster function arguments.

Product Availability

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

Members

Description
Read/write property FromUnit The presumed units associated with pixels in the input raster. The value is the numeric representation of a value from one of these enumerations defined in System: esriUnits, esriAreaUnits, esriSpeedUnits, or esriTemperatureUnits.
Read/write property Raster The input raster.
Read/write property ToUnit The units associated with pixels in the output raster. The value is the numeric representation of a value from one of these enumerations defined in System: esriUnits, esriAreaUnits, esriSpeedUnits, or esriTemperatureUnits. Additionally, values for input and ou

CoClasses that implement IUnitConversionFunctionArguments

CoClasses and Classes Description
UnitConversionFunctionArguments A class for Unit Conversion raster function arguments.