Sets the naming rule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetNamingRule( IList<TableCellCombinedParameterData> namingRule )
Parameters
- namingRule IList<TableCellCombinedParameterData>
- The naming rule.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The namingRule is empty or contains illegal characters. |
| ArgumentNullException | A non-optional argument was null |
