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.8.0.280
Syntax
C#
public PropertyBoolean IncludeMidElevationBreaks { get; }
VB
Public ReadOnly Property IncludeMidElevationBreaks As PropertyBoolean Get
C++
public: property PropertyBoolean^ IncludeMidElevationBreaks { PropertyBoolean^ get (); }