Specifies the vertical location at which to split the profile view.

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

Syntax

C#
public ProfileViewSplitDatumType SplitDatumOption { get; set; }
Visual Basic
Public Property SplitDatumOption As ProfileViewSplitDatumType
	Get
	Set
Visual C++
public:
property ProfileViewSplitDatumType SplitDatumOption {
	ProfileViewSplitDatumType get ();
	void set (ProfileViewSplitDatumType value);
}

See Also