Revit 2025.3 API
| Table | 
   Sets a column's width in feet
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetColumnWidth( int nCol, double width )
Public Sub SetColumnWidth ( nCol As Integer, width As Double )
public: void SetColumnWidth( int nCol, double width )
member SetColumnWidth : nCol : int * width : float -> unit
Parameters
- nCol Int32
- width Double
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentException | The given column number nCol is invalid. -or- The column width is outside of acceptable range. | 
See Also