Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / GetUnitsToMmFactor Method
The model units

In This Topic
    GetUnitsToMmFactor Method
    In This Topic
    Gets the factor to convert from units to mm.
    Syntax
    'Declaration
     
    Public Shared Function GetUnitsToMmFactor( _
       ByVal units As linearUnitsType _
    ) As Double
    public static double GetUnitsToMmFactor( 
       linearUnitsType units
    )

    Parameters

    units
    The model units

    Return Value

    The conversion factor.
    See Also