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


IUnitConversionFunctionArguments Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUnitConversionFunctionArguments Interface
ArcGIS Developer Help

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

Name 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, esriTemperatureUnits or esriPowerUnits.
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, esriTemperatureUnits or esriPowerUnits. Additionally, values f

Classes that implement IUnitConversionFunctionArguments

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