This document is archived and information here might be outdated. Recommended version. |
Converts linear measurement from 'fromUnit' to 'toUnit.
[Visual Basic .NET] Public Sub ConvertLinear ( _ ByVal FromUnit As esriUnits, _ ByVal ToUnit As esriUnits, _ ByVal inputValue As Double, _ ByRef pOutputValue As Double _ )
[C#] public void ConvertLinear ( esriUnits FromUnit, esriUnits ToUnit, double inputValue, ref double pOutputValue );
[C++]
HRESULT ConvertLinear(
esriUnits FromUnit,
esriUnits ToUnit,
double inputValue,
System.Double* pOutputValue
);
[C++] Parameters FromUnit [in]
FromUnit is a parameter of type esriUnits ToUnit [in]
ToUnit is a parameter of type esriUnits inputValue [in]
inputValue is a parameter of type double pOutputValue [out]
pOutputValue is a parameter of type double*