Specifies the display style type when the pressure pipe is displayed in profile view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0
Syntax
C#
public enum PressurePipeDisplayStyleProfileType
Visual Basic
Public Enumeration PressurePipeDisplayStyleProfileType
Visual 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 |