LoadCase.IsNumberUnique
Method
Description:
Checks that a given number is unique among all load cases.
Checks that a given number is unique among all load cases.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | |
number | Int32 | The number to check. |
Return Value
Type | Description |
---|---|
Boolean | True if the given number is unique among all load cases, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |