Checks whether the name is valid for new generated scheme.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidSchemeName(
string name
)
Parameters
- name String
-
Return Value
Boolean
Returns true if the name is valid for new generated scheme, false otherwise.
Exceptions
Remarks
The name should not be empty, or all spaces, or include prohibited characters or duplicated with existing schemes.
See Also
Reference