MaximumChangeInElevation Property

Gets the maximum allowed difference between the elevation of the original surface and the elevation of the simplified surface.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyDouble MaximumChangeInElevation { get; }

Visual Basic

Public ReadOnly Property MaximumChangeInElevation As PropertyDouble
	Get

Visual C++

public:
property PropertyDouble^ MaximumChangeInElevation {
	PropertyDouble^ get ();
}

See Also