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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public int MaximumInRow { get; set; }
Visual Basic
Public Property MaximumInRow As Integer
Get
Set
Visual C++
public: property int MaximumInRow { int get (); void set (int value); }
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the input value is out of the interval [0, 50]. |