Page.ConnectShapesViaConnectorIndex

ConnectShapesViaConnectorIndex(long, int, long, int, long)

Connect shapes via connector index.

public void ConnectShapesViaConnectorIndex(long shapeFromId, int fromIndex, long shapeToId, 
    int toIndex, long connectorId)
ParameterTypeDescription
shapeFromIdInt64The ID of shape where the connector begins Shape.
fromIndexInt32The index of the connection on the first shape
shapeToIdInt64The ID of shape where the connector ends Shape.
toIndexInt32he index of the connection on the second shape
connectorIdInt64The ID of shape with type Dynamic connector Shape.

See Also


ConnectShapesViaConnectorIndex(Shape, int, Shape, int, Shape)

Connect shapes via connector index.

public void ConnectShapesViaConnectorIndex(Shape shapeFrom, int fromIndex, Shape shapeTo, 
    int toIndex, Shape connector)
ParameterTypeDescription
shapeFromShapeThe shape where the connector begins Shape.
fromIndexInt32The index of the connection on the first shape
shapeToShapeThe shape where the connector ends Shape.
toIndexInt32he index of the connection on the second shape
connectorShapeThe shape with type Dynamic connector Shape.

See Also