Verifies that there is no existing ProjectLocation with the given name in the document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2018
Syntax
| Visual Basic |
|---|
Public Shared Function IsProjectLocationNameUnique ( _
document As Document, _
name As String _
) As Boolean |
| Visual C++ |
|---|
public:
static bool IsProjectLocationNameUnique(
Document^ document,
String^ name
) |
Return Value
True if the name is unused (among ProjectLocations). False otherwise.
Exceptions
See Also