Returns a column's ParamId
Associated with the paramId to find the correct element
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public ElementId GetCellCategoryId( int nCol ) |
| Visual Basic |
|---|
Public Function GetCellCategoryId ( _ nCol As Integer _ ) As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetCellCategoryId( int nCol ) |
Parameters
- nCol
- Type: System..::..Int32
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | The given column number nCol is invalid. |