Specifies whether a table is split into two or more sections after a specified maximum number of rows has been met.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean SplitTable { get; }
VB
Public ReadOnly Property SplitTable As PropertyBoolean Get
C++
public: property PropertyBoolean^ SplitTable { PropertyBoolean^ get (); }