glueShapesInContainer
Contents
[
Hide
]glueShapesInContainer(shapeFromId, shapeToBeginConnectionName, shapeToEndConnectionName, shapeToId) (1 of 2)
Glue shapes in container using connection name
| Parameter | Type | Description |
|---|---|---|
| shapeFromId | long | The ID of shape which is glue from Shape . |
| shapeToBeginConnectionName | String | The location on the first connection name where to glue . |
| shapeToEndConnectionName | String | The location on the end connection name where to glue . |
| shapeToId | long | The ID of shape where to glue to Shape . |
glueShapesInContainer(shapeFromId, shapeToBeginConnectionIndex, shapeToEndConnectionIndex, shapeToId) (2 of 2)
Glue shapes in container
| Parameter | Type | Description |
|---|---|---|
| shapeFromId | long | The ID of shape which is glue from Shape . |
| shapeToBeginConnectionIndex | int | The location on the first connection index where to glue . |
| shapeToEndConnectionIndex | int | The location on the end connection index where to glue . |
| shapeToId | long | The ID of shape where to glue to Shape . |