IsValidSchemeName Method


Color Fill Scheme Is Valid Scheme Name Method

Checks whether the name is valid for new generated scheme.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
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
Exception Condition
ArgumentNullException A non-optional argument was null
Remarks
The name should not be empty, or all spaces, or include prohibited characters or duplicated with existing schemes.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →