RVTDocs.com

ColorFillLegend.SetColumnWidths

Method
Description:
Sets array of column widths.
Remarks:
Input array length must be the same as what GetColumnWidths() returns. It can only contain positive values.
Syntax
public void SetColumnWidths(
	IList<double> widths
)
Parameters
Parameter Type Description
widths IList
Return Value
Exceptions
Exception Condition
ArgumentException Array is not valid.
ArgumentNullException A non-optional argument was null