Sets a column's width in feet
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetColumnWidth(
int nCol,
double width
)
Parameters
- nCol Int32
-
- width Double
-
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
The given column number nCol is invalid.
-or-
The column width is outside of acceptable range.
|
See Also
Reference