Determines whether the given name could be applied to a new FilterElement,
or if it could not be applied because the name is already in use.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsNameUnique(
Document aDocument,
string name
)
Parameters
- aDocument Document
-
The document in which the name is being tested for uniqueness.
- name String
-
The name tested for uniqueness.
Return Value
Boolean
Returns true if the name is unique, and false otherwise.
Exceptions
See Also
Reference