ConnectShapesViaConnector

ConnectShapesViaConnector(Shape, ConnectionPointPlace, Shape, ConnectionPointPlace, Shape)

Connect shapes via connector.

public void ConnectShapesViaConnector(Shape shapeFrom, ConnectionPointPlace placeFrom, 
    Shape shapeTo, ConnectionPointPlace placeTo, Shape connector)
Parameter Type Description
shapeFrom Shape The shape where the connector begins Shape.
placeFrom ConnectionPointPlace The location on the first shape where connector will be connected ConnectionPointPlace.
shapeTo Shape The shape where the connector ends Shape.
placeTo ConnectionPointPlace The location on the second shape where connector will be connected ConnectionPointPlace.
connector Shape The shape with type Dynamic connector Shape.

See Also


ConnectShapesViaConnector(long, ConnectionPointPlace, long, ConnectionPointPlace, long)

Connect shapes via connector.

public void ConnectShapesViaConnector(long shapeFromId, ConnectionPointPlace placeFrom, 
    long shapeToId, ConnectionPointPlace placeTo, long connectorId)
Parameter Type Description
shapeFromId Int64 The ID of shape where the connector begins Shape.
placeFrom ConnectionPointPlace The location on the first shape where connector will be connected ConnectionPointPlace.
shapeToId Int64 The ID of shape where the connector ends Shape.
placeTo ConnectionPointPlace The location on the second shape where connector will be connected ConnectionPointPlace.
connectorId Int64 The ID of shape with type Dynamic connector Shape.

See Also


ConnectShapesViaConnector(long, string, long, string, long)

Connect shapes via connector.

public void ConnectShapesViaConnector(long shapeFromId, string fromConnectionName, long shapeToId, 
    string toConnectionName, long connectorId)
Parameter Type Description
shapeFromId Int64 The ID of shape where the connector begins Shape.
fromConnectionName String The connection name on the first shape where connector will be connected .
shapeToId Int64 The ID of shape where the connector ends Shape.
toConnectionName String The connection name on the second shape where connector will be connected .
connectorId Int64 The ID of shape with type Dynamic connector Shape.

See Also