Gets a copy of the naming rule.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2022

Syntax

C#
public IList<TableCellCombinedParameterData> GetNamingRule()
Visual Basic
Public Function GetNamingRule As IList(Of TableCellCombinedParameterData)
Visual C++
public:
IList<TableCellCombinedParameterData^>^ GetNamingRule()

Return Value

The naming rule.

See Also