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.4.2516.0

Syntax

C#
public PropertyBoolean SplitTable { get; }
Visual Basic
Public ReadOnly Property SplitTable As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ SplitTable {
	PropertyBoolean^ get ();
}

See Also