Gets or sets the maximum number of cross section views plotted in a column before moving on to the next column.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int MaximumInColumn { get; set; }
VB
Public Property MaximumInColumn As Integer Get Set
C++
public: property int MaximumInColumn { int get (); void set (int value); }