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


IUnit.ConversionFactor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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(
  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