Gets the maximum number of rows to include per section.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyInt MaximumNumberOfRows { get; }
VB
Public ReadOnly Property MaximumNumberOfRows As PropertyInt Get
C++
public: property PropertyInt^ MaximumNumberOfRows { PropertyInt^ get (); }