'Declaration Public Function InRange( _ ByVal level As OutlineLevel _ ) As System.Boolean
public System.bool InRange( OutlineLevel level )
Parameters
- level
- The outline level to check.
Return Value
true if the outline level is in the range, otherwise false.