Gets or sets the maximum number of cross section views plotted in a row before moving on to the next row.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int MaximumInRow { get; set; }
VB
Public Property MaximumInRow As Integer Get Set
C++
public: property int MaximumInRow { int get (); void set (int value); }
Property Value
Int32Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the input value is out of the interval [0, 50]. |