Page.GlueShapesInContainer

GlueShapesInContainer(long, string, string, long)

Glue shapes in container using connection name

public void GlueShapesInContainer(long shapeFromId, string shapeToBeginConnectionName, 
    string shapeToEndConnectionName, long shapeToId)
ParameterTypeDescription
shapeFromIdInt64The ID of shape which is glue from Shape.
shapeToBeginConnectionNameStringThe location on the first connection name where to glue .
shapeToEndConnectionNameStringThe location on the end connection name where to glue .
shapeToIdInt64The ID of shape where to glue to Shape.

See Also


GlueShapesInContainer(long, int, int, long)

Glue shapes in container

public void GlueShapesInContainer(long shapeFromId, int shapeToBeginConnectionIndex, 
    int shapeToEndConnectionIndex, long shapeToId)
ParameterTypeDescription
shapeFromIdInt64The ID of shape which is glue from Shape.
shapeToBeginConnectionIndexInt32The location on the first connection index where to glue .
shapeToEndConnectionIndexInt32The location on the end connection index where to glue .
shapeToIdInt64The ID of shape where to glue to Shape.

See Also