An enumeration that defines how interior corner projections are cleaned up when the footprint corner has different elevations.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum GradingInteriorCornerOverlapSolutionType
VB
Public Enumeration GradingInteriorCornerOverlapSolutionType
C++
public enum class GradingInteriorCornerOverlapSolutionType
Members
| Member name | Value | Description |
|---|---|---|
| UseAverageSlope | 0 | |
| HoldSlopeAsMinimum | 1 | |
| HoldSlopeAsMaximum | 2 |
