Checks that a given number is unique among all load cases.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
 Syntax
Syntax
| C# | 
|---|
| public static bool IsNumberUnique(
	Document document,
	int number
) | 
| Visual Basic | 
|---|
| Public Shared Function IsNumberUnique ( _
	document As Document, _
	number As Integer _
) As Boolean | 
| Visual C++ | 
|---|
| public:
static bool IsNumberUnique(
	Document^ document, 
	int number
) | 
Return Value
   True if the given number is unique among all load cases, false otherwise.
 Exceptions
Exceptions
 See Also
See Also