Skip to content

Connector.RemoveSegments(IList) Method

Remove all the segments and return a list of new connectors in case the current connector is divided in multiple connector
- Segments that were removed of the connectors
- A boolean indicating if the connector must be divided in several connectors (In case the connector is now discontinuous)
- In case of division, returns a list of continuous connectors

1
System.Collections.Generic.List<Simba.Data.ConnectorSegment> RemoveSegments(segments)

Parameters

segments List[ConnectorSegment]

List of segments to delete

Returns

List[ConnectorSegment]