Gets or sets whether to use maximum change in elevation.

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

Syntax

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

Remarks

This option only takes effect when SimplifyMethod is SurfaceSimplifyType::PointBased.

See Also