glue_shape_to_connector_begin_x method

glue_shape_to_connector_begin_x(shape_from_id, connection_name, connector_id)

Glue shape to Connector’s BeginX

def glue_shape_to_connector_begin_x(self, shape_from_id, connection_name, connector_id):
    ...
ParameterTypeDescription
shape_from_idintThe ID of shape where the connector begins Shape.
connection_namestrThe connection name on the shape where connector will be connected .
connector_idintThe ID of shape with type Dynamic connector Shape.

See Also