2027 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
)
  • document
  • Int32
    number
    The number to check.
Return Value Boolean True if the given number is unique among all load cases, false otherwise.