Whether naming rule is valid or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidNamingRule(
IList<TableCellCombinedParameterData> namingRule
)
Parameters
- namingRule IList<TableCellCombinedParameterData>
-
The naming rule to be validated.
Return Value
Boolean
Whether or not the name is valid.
Exceptions
Remarks
If true, this naming rule is a valid.
If false, this naming rule is not valid for empty naming rule or illegal characters, such as
C#
\ / : * ? " < > |
.
See Also
Reference