IConnector class

IConnector class

Represents a connector.

The IConnector type exposes the following members:

Properties

PropertyDescription
shape_lockReturns shape’s locks.
Read-only IConnectorLock.
connector_lockReturns Connector’s locks.
Read-only IConnectorLock.
start_shape_connected_toReturns or sets the shape to attach the beginning of the connector to.
Read/write IShape.
end_shape_connected_toReturns or sets the shape to attach the end of the connector to.
Read/write IShape.
start_shape_connection_site_indexReturns or sets the index of connection site for start shape.
Read/write int.
end_shape_connection_site_indexReturns or sets the index of connection site for end shape.
Read/write int.

Methods

MethodDescription
rerouteReroutes connector so that it take the shortest possible path between the shapes it connect.

See Also