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); }