ProfileEntityType Enumeration |
Specifies the underlying ProfileEntity type, including tangent, circular, symmetric parabola and asymmetric parabola.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic enum ProfileEntityType
Public Enumeration ProfileEntityType
public enum class ProfileEntityType
Members| Member name | Value | Description |
|---|
| Tangent | 257 | |
| Circular | 258 | |
| ParabolaSymmetric | 259 | |
| ParabolaAsymmetric | 260 | |
| None | 262 | |
See Also