Utility.IsImperial (linearUnitsType) Method

Returns true if the specified unit is Inches, Feet or Miles.
Public Shared Function IsImperial( _ 
ByVal units As linearUnitsType
) As Boolean
This language is not supported or no code example is available.
public static bool IsImperial( 
linearUnitsType units 
)
This language is not supported or no code example is available.

Parameters

units
linearUnitsType

<default>

Return Value

bool

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

.NET Framework

Supported in: 4.8

In this article

Definition