Sets or gets the appearance of the pressure pipe end, such as draw to inner wall, draw to outer wall, or user-defined.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public PressurePipeEndSizeType EndSizeType { get; set; } |
| Visual Basic |
|---|
Public Property EndSizeType As PressurePipeEndSizeType Get Set |
| Visual C++ |
|---|
public: property PressurePipeEndSizeType EndSizeType { PressurePipeEndSizeType get (); void set (PressurePipeEndSizeType value); } |