Share

SurfaceSimplifyOptions.UseMaximumChangeInElevation Property

Gets or sets whether to use maximum change in elevation.



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

Syntax

C#

public bool UseMaximumChangeInElevation { get; set; }

VB

Public Property UseMaximumChangeInElevation As Boolean
	Get
	Set

C++

public:
property bool UseMaximumChangeInElevation {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

Remarks

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

See Also

Reference

Was this information helpful?