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.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public PressurePipeEndSizeType EndSizeType { get; set; }
VB
Public Property EndSizeType As PressurePipeEndSizeType Get Set
C++
public: property PressurePipeEndSizeType EndSizeType { PressurePipeEndSizeType get (); void set (PressurePipeEndSizeType value); }