Specifies the underlying ProfileEntity type, including tangent, circular, symmetric parabola and asymmetric parabola.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum ProfileEntityType
VB
Public Enumeration ProfileEntityType
C++
public enum class ProfileEntityType
Members
Member name | Value | Description |
---|---|---|
Tangent | 257 | |
Circular | 258 | |
ParabolaSymmetric | 259 | |
ParabolaAsymmetric | 260 | |
None | 262 |