Sets array of column widths.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetColumnWidths(
IList<double> widths
)
Parameters
- widths IList<Double>
-
Exceptions
Remarks
Input array length must be the same as what
GetColumnWidths() returns. It can only contain positive values.
See Also
Reference