Provides access to members that control unit conversion raster function arguments.
Members
Name | Description | |
---|---|---|
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. | |
Raster | The input raster. | |
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. |