Gets or sets the PipeToPipeEndCleanup value that specifies whether the appearance of pipe to pipe connections in plan/profile view is cleaned up.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool PipeToPipeEndCleanup { get; set; }
VB
Public Property PipeToPipeEndCleanup As Boolean Get Set
C++
public: property bool PipeToPipeEndCleanup { bool get (); void set (bool value); }