Revit 2025 API
Load |
Checks that a given number is unique among all load cases.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool IsNumberUnique( Document document, int number )
Public Shared Function IsNumberUnique ( document As Document, number As Integer ) As Boolean
public: static bool IsNumberUnique( Document^ document, int number )
static member IsNumberUnique : document : Document * number : int -> bool
Parameters
Return Value
BooleanTrue if the given number is unique among all load cases, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also