Skip to content

Simba.Data

Simba.Data.Connector

Connector.RemoveSegments(IList\<ConnectorSegment>) 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 System.Collections.Generic.IList<ConnectorSegment>

List of segments to delete

Returns

System.Collections.Generic.List<ConnectorSegment>