<Code Lib>
2021 Method
Changes 0
M

LoadCase.IsNumberUnique

Description:
Checks that a given number is unique among all load cases.

public static bool IsNumberUnique(
	Document document,
	int number
)

Return Value bool True if the given number is unique among all load cases, false otherwise.

Loading…