Gets or sets the elevation range for splitting the profile view.

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

Syntax

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

Remarks

SplitHeight = ElevationMax - ElevationMin. So ElevationMax will get updated automatically when SplitHeight changes.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when in put value is negative.

See Also