|  Circuit  | 
 Validates whether the CircuitNamingScheme name is unique in document. 
 Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
 Syntax
 Syntax  Parameters
- aDocument Document
- The document in which the name is being tested for uniqueness.
- name String
- The name tested for uniqueness.
Return Value
BooleanReturns true if the name is unique, and false otherwise.
 Exceptions
 Exceptions  | Exception | Condition | 
|---|---|
| ArgumentNullException | A non-optional argument was null | 
 See Also
 See Also