Revit 2025 API
Naming |
A collection of utilities related to element naming.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
The NamingUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareNames | Compares two object name strings using Revit's comparison rules. | |
| IsValidName | Identifies if the input string is valid for use as an object name in Revit. |
See Also