glued_shapes method
glued_shapes(flag, category_filter, other_shape)
Returns an array that contains the identifiers of the shapes that are glued to a shape.
Returns
IDs arrayInt64.
def glued_shapes(self, flag, category_filter, other_shape):
...
Parameter | Type | Description |
---|---|---|
flag | GluedShapesFlags | The dimensionality and directionality of the connection points of the shapes to return.See Remarks for possible valuesGluedShapesFlags. |
category_filter | str | Filters the array of returned shape IDs by limiting it to the IDs of shapes that match the specified categoryString. |
other_shape | Shape | Optional: additional shape to which returned shapes must also be glued, can be Shape or null. |
See Also
- module aspose.diagram
- class Shape