An enumeration that specifies the type of civil object from which the surface is created. For example, a Corridor Surface indicates that the surface is created from a Corridor.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum SurfaceOriginationType
VB
Public Enumeration SurfaceOriginationType
C++
public enum class SurfaceOriginationType
Members
Member name | Value | Description |
---|---|---|
None | 0 | |
FromCorridor | 1 | |
FromGrading | 2 |