SurfaceDisplayStyleType Enumeration |
Defines surface display style type.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic enum SurfaceDisplayStyleType
Public Enumeration SurfaceDisplayStyleType
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 | |
See Also