RVTDocs.com

FilledRegionType.IsValidLineWeight

Method
Description:
Indicates whether the given line weight value is valid.
Syntax
public static bool IsValidLineWeight(
	int lineWeight
)
Parameters
Parameter Type Description
lineWeight Int32 The line weight.
Return Value
Type Description
Boolean True if it is a valid line weight value, false otherwise.