Defines surface display style type.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public enum SurfaceDisplayStyleType
Visual Basic
Public Enumeration SurfaceDisplayStyleType
Visual 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 |