<Code Lib>
2022 Method
Changes 0
M

FilledRegionType.IsValidLineWeight

Description:
Indicates whether the given line weight value is valid.

public static bool IsValidLineWeight(
	int lineWeight
)

  • Int32
    lineWeight
    The line weight.
Return Value bool True if it is a valid line weight value, false otherwise.

Loading…