GroupPlotStyleMaximumInColumn Property |
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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int MaximumInColumn { get; set; }
Public Property MaximumInColumn As Integer
Get
Set
public:
property int MaximumInColumn {
int get ();
void set (int value);
}
Property Value
Int32
See Also