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.8.0.292
Syntaxpublic enum ProfileEntityType
Public Enumeration ProfileEntityType
public enum class ProfileEntityType
MembersMember name | Value | Description |
---|
Tangent | 257 | |
Circular | 258 | |
ParabolaSymmetric | 259 | |
ParabolaAsymmetric | 260 | |
None | 262 | |
See Also