Specifies the method that will be used to define and draw the dimensions of the pressure pipe ends.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum PressurePipeEndSizeType
VB
Public Enumeration PressurePipeEndSizeType
C++
public enum class PressurePipeEndSizeType
Members
| Member name | Value | Description |
|---|---|---|
| DrawToInnerWall | 0 | |
| DrawToOuterWall | 1 | |
| UserDefinedEndSize | 2 |
