Allows the caller to set combined parameter for a specified column
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- nCol
- Type: System Int32
- paramData
- Type: System.Collections.Generic IList TableCellCombinedParameterData
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions ArgumentException | The given column number nCol is invalid. |
Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL |