Share

CurbReturnType Enumeration

Enumerates the type of curb return used for the intersection: Chamfer, Circular Fillet, or 3-Centered Arcs.



Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.765

Syntax

C#

public enum CurbReturnType

VB

Public Enumeration CurbReturnType

C++

public enum class CurbReturnType

Members

Member nameValueDescription
Chamfer1 
CircularFillet2 
ThreeCenteredArcs3 

See Also

Reference

Was this information helpful?