ColumnStyleColumnWidth Property |
Gets or sets the column width of the column style, 0 represents auto width.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double ColumnWidth { get; set; }
Public Property ColumnWidth As Double
Get
Set
public:
property double ColumnWidth {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when new value is less than zero.
|
See Also