GroupPlotStyleMaximumInRow Property

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.292
Syntax
public int MaximumInRow { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentException Thrown when the input value is out of the interval [0, 50].
See Also