Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / IsImperial Method

In This Topic
    IsImperial Method
    In This Topic
    Returns true if the specified unit is Inches, Feet or Miles.
    Syntax
    'Declaration
     
    Public Shared Function IsImperial( _
       ByVal units As linearUnitsType _
    ) As Boolean
    public static bool IsImperial( 
       linearUnitsType units
    )

    Parameters

    units

    Return Value

    True if the specified unit is Inches, Feet or Miles. False otherwise.
    See Also