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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int MaximumInRow { get; set; }
Public Property MaximumInRow As Integer
Get
Set
public:
property int MaximumInRow {
int get ();
void set (int value);
}
Property Value
Int32
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the input value is out of the interval [0, 50].
|
See Also