Revit 2025 API
Table |
Sets a column's width in feet
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.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

Exception | Condition |
---|---|
ArgumentException | The given column number nCol is invalid. -or- The column width is outside of acceptable range. |
See Also