GetFactorToMeterEx

This method returns the metric conversion factor for the specified unit.

 

JavaScript

 

GetFactorToMeterEx(

       Y)

 

C#

 

double GetFactorToMeterEx(

       double Y)

 

C++

 

HRESULT GetFactorToMeterEx(

       double Y,

       double* pVal)

Parameters

Y

The unit to be converted.

Return Value

pVal

The metric conversion factor.

Exceptions

HRESULT can return any of the values listed in the HRESULT Return Values list, as well as the following value:

TE_E_COORDSYS_UNIT_FACTOR              Error getting linear unit factor.