SettingsCmdAddParcelCurveTableSettingsCmdTableCreationMaximumNumberOfRows Property |
Specifies the maximum number of rows to include per section.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyInt MaximumNumberOfRows { get; }
Public ReadOnly Property MaximumNumberOfRows As PropertyInt
Get
public:
property PropertyInt^ MaximumNumberOfRows {
PropertyInt^ get ();
}
Property Value
PropertyInt
Remarks
If the number of data rows exceeds the specified maximum, the table is split into sections, and they are displayed either side by side (left to right), or stacked vertically.
See Also