ColorFillLegendSetColumnWidths Method |
Sets array of column widths.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetColumnWidths(
IList<double> widths
)
Public Sub SetColumnWidths (
widths As IList(Of Double)
)
public:
void SetColumnWidths(
IList<double>^ widths
)
member SetColumnWidths :
widths : IList<float> -> unit
Parameters
- widths IListDouble
-
Exceptions
Remarks
Input array length must be the same as what
GetColumnWidths returns. It can only contain positive values.
See Also