Gets or sets the maximum change in elevation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double MaximumChangeInElevation { get; set; } |
Visual Basic |
---|
Public Property MaximumChangeInElevation As Double Get Set |
Visual C++ |
---|
public: property double MaximumChangeInElevation { double get (); void set (double value); } |
Remarks
This option only takes effect when SimplifyMethod is SurfaceSimplifyType::PointBased and UseMaximumChangeInElevation is true.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when setting to a value less than 0. |