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