Specifies the component for survey network display type.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public enum SurveyNetworkDisplayStyleType
VB
Public Enumeration SurveyNetworkDisplayStyleType
C++
public enum class SurveyNetworkDisplayStyleType
Members
Member name | Value | Description |
---|---|---|
KnownControlPoints | 0 | |
UnknownControlPoints | 1 | |
NonControlPoints | 2 | |
SideshotPoints | 3 | |
NetworkLines | 4 | |
DirectionLines | 5 | |
SideshotLines | 6 | |
ErrorEllipses | 7 | |
ToleranceErrorPoints | 8 | |
ToleranceErrorLines | 9 |