Defines surface display style type.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum SurfaceDisplayStyleType
VB
Public Enumeration SurfaceDisplayStyleType
C++
public enum class SurfaceDisplayStyleType
Members
| Member name | Value | Description |
|---|---|---|
| Points | 0 | |
| Triangles | 1 | |
| Boundary | 2 | |
| MajorContour | 3 | |
| MinorContour | 4 | |
| UserContours | 5 | |
| Gridded | 6 | |
| Directions | 7 | |
| Elevations | 8 | |
| Slopes | 9 | |
| SlopeArrows | 10 | |
| Watersheds | 11 |
