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


IUnitConversionFunctionArguments.ToUnit Property (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 > IUnitConversionFunctionArguments.ToUnit Property
ArcGIS Developer Help

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.

[Visual Basic .NET]
Public Property ToUnit As Integer
[C#]
public int ToUnit {get; set;}
[C++]
HRESULT get_ToUnit(
  System.Int32* pUnit
);
[C++]
HRESULT put_ToUnit(
  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