SurfaceOriginationType Enumeration

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.292
Syntax
public enum SurfaceOriginationType
Members
Member nameValueDescription
None0 
FromCorridor1 
FromGrading2 
See Also