ColumnStyleColumnWidth Property

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.8.0.292
Syntax
public double ColumnWidth { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when new value is less than zero.
See Also