Specifies the display style type when the pressure pipe is displayed in profile view.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum PressurePipeDisplayStyleProfileType
VB
Public Enumeration PressurePipeDisplayStyleProfileType
C++
public enum class PressurePipeDisplayStyleProfileType
Members
| Member name | Value | Description |
|---|---|---|
| Centerline | 0 | |
| InsideWalls | 1 | |
| OutsideWalls | 2 | |
| EndLine | 3 | |
| Hatch | 4 | |
| CrossingPipeInsideWall | 6 | |
| CrossingPipeOutsideWall | 7 | |
| CrossingPipeHatch | 8 |
