IUnitConversionFunctionArguments Interface

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

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

IUnitConversionFunctionArguments.FromUnit Property

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.

Public Property FromUnit As Integer
public int FromUnit {get; set;}

IUnitConversionFunctionArguments.Raster Property

The input raster.

Public Property Raster As Object
public object Raster {get; set;}

IUnitConversionFunctionArguments.ToUnit Property

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.

Public Property ToUnit As Integer
public int ToUnit {get; set;}

Classes that implement IUnitConversionFunctionArguments

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.