Delete lines and reconnect intersected objects
| Visual Basic |
|---|
Public Sub DeleteLines( _ ByVal Direction As ELineDirection, _ Optional ByVal bRepair As EBoolean = ciTrue _ ) |
- Direction
Value Description ciLineUnknown Unknown ciLineVert Vertical lines ciLineHorz Horizontal lines ciLineVertAndHorz Both vertical and horizontal lines - bRepair
Value Description ciFalse Value is false (0) ciTrue Value is true (-1)
| VB Example (Visual Basic) | Copy Code | |
|---|---|---|
| ||