Enumerates the type of curb return used for the intersection: Chamfer, Circular Fillet, or 3-Centered Arcs.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public enum CurbReturnType
Visual Basic
Public Enumeration CurbReturnType
Visual C++
public enum class CurbReturnType
Members
| Member name | Value | Description | |
|---|---|---|---|
| Chamfer | 1 | ||
| CircularFillet | 2 | ||
| ThreeCenteredArcs | 3 |