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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public bool PipeToPipeEndCleanup { get; set; } |
| Visual Basic |
|---|
Public Property PipeToPipeEndCleanup As Boolean Get Set |
| Visual C++ |
|---|
public: property bool PipeToPipeEndCleanup { bool get (); void set (bool value); } |