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


IUnitConversionFunctionArguments.FromUnit Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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, or esriTemperatureUnits.

[Visual Basic .NET]
Public Property FromUnit As Integer
[C#]
public int FromUnit {get; set;}
[C++]
HRESULT get_FromUnit(
  long* pUnit
);
[C++]
HRESULT put_FromUnit(
  long pUnit
);
[C++]

Parameters pUnit [out, retval] pUnit is a parameter of type long pUnit [in] pUnit is a parameter of type long

Product Availability

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

See Also

IUnitConversionFunctionArguments Interface