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.280
Syntax
C#
public double ColumnWidth { get; set; }
VB
Public Property ColumnWidth As Double Get Set
C++
public: property double ColumnWidth { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when new value is less than zero. |