Skip to content

Simba.Data

Simba.Data.Connector

Connector.RemoveSegments Method

Overloads
RemoveSegments(IEnumerable) Removes segments supplied as an enumerable sequence.
RemoveSegments(IList) 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

Connector.RemoveSegments(IEnumerable\<ConnectorSegment>) Method

Removes segments supplied as an enumerable sequence.

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

Parameters

segments System.Collections.Generic.IEnumerable<ConnectorSegment>

Returns

System.Collections.Generic.List<ConnectorSegment>

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>