Eyeshot 10 WinForms API Reference
IsImperial Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class : IsImperial Method
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

Reference

Utility Class
Utility Members