Gets or sets the column width of the column style, 0 represents auto width.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public double ColumnWidth { get; set; }
Visual Basic
Public Property ColumnWidth As Double
	Get
	Set
Visual C++
public:
property double ColumnWidth {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when new value is less than zero.

See Also