Specifies the display style type when the pipe is displayed in profile view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public enum PipeDisplayStyleProfileType |
| Visual Basic |
|---|
Public Enumeration PipeDisplayStyleProfileType |
| Visual C++ |
|---|
public enum class PipeDisplayStyleProfileType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Centerline | 0 | ||
| InsideWalls | 1 | ||
| OutsideWalls | 2 | ||
| EndLine | 3 | ||
| Hatch | 4 | ||
| CrossingPipeInsideWall | 6 | ||
| CrossingPipeOutsideWall | 7 | ||
| CrossingPipeHatch | 8 | ||
| HydraulicGradeLine | 9 | ||
| EnergyGradeLine | 10 |