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


IUnit.ConversionFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IU > IUnit Interface > IUnit.ConversionFactor Property
ArcGIS Developer Help

IUnit.ConversionFactor Property

The conversion factor of the unit to the base.

[Visual Basic .NET]
Public ReadOnly Property ConversionFactor As Double
[C#]
public double ConversionFactor {get;}
[C++]
HRESULT get_ConversionFactor(
  System.Double* ConversionFactor
);
[C++]
Parameters
ConversionFactor [out, retval]

ConversionFactor is a parameter of type double*

Product Availability

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

See Also

IUnit Interface