IncludeMidElevationBreaks Property

Gets a PropertyBoolean value specifies whether to include intermediate elevation breaks when assigning elevations from a surface or grading group.

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

Syntax

C#

public PropertyBoolean IncludeMidElevationBreaks { get; }

Visual Basic

Public ReadOnly Property IncludeMidElevationBreaks As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ IncludeMidElevationBreaks {
	PropertyBoolean^ get ();
}

See Also