Specifies the appearance of the pipe end, such as draw to inner wall, draw to outer wall, or user-defined.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PipeEndSizeType EndSizeType { get; set; }
VB
Public Property EndSizeType As PipeEndSizeType Get Set
C++
public: property PipeEndSizeType EndSizeType { PipeEndSizeType get (); void set (PipeEndSizeType value); }