Gets the collection of split data lines.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

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

See Also