| Revit 2020 API |
| HVACLoadSpaceType..::..IsNameUnique Method (Document, String) |
| HVACLoadSpaceType Class See Also |
Determines whether a potential space type name is unique.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2018
Syntax
| C# |
|---|
public static bool IsNameUnique( Document document, string name ) |
| Visual Basic |
|---|
Public Shared Function IsNameUnique ( _ document As Document, _ name As String _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsNameUnique( Document^ document, String^ name ) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document.
- name
- Type: System..::..String
The candidate name.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |