Sets the naming rule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
C# |
---|
public void SetNamingRule( IList<TableCellCombinedParameterData> namingRule ) |
Visual Basic |
---|
Public Sub SetNamingRule ( _ namingRule As IList(Of TableCellCombinedParameterData) _ ) |
Visual C++ |
---|
public: void SetNamingRule( IList<TableCellCombinedParameterData^>^ namingRule ) |
Parameters
- namingRule
- Type: System.Collections.Generic..::..IList<(Of <(<'TableCellCombinedParameterData>)>)>
The naming rule.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The namingRule is empty or contains illegal characters. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |