GluedShapes

Shape.GluedShapes method

Returns an array that contains the identifiers of the shapes that are glued to a shape.

public long[] GluedShapes(GluedShapesFlags flag, string categoryFilter, Shape otherShape)
Parameter Type Description
flag GluedShapesFlags The dimensionality and directionality of the connection points of the shapes to return.See Remarks for possible valuesGluedShapesFlags.
categoryFilter String Filters the array of returned shape IDs by limiting it to the IDs of shapes that match the specified categoryString.
otherShape Shape Optional: additional shape to which returned shapes must also be glued, can be Shape or null.

Return Value

IDs arrayInt64.

See Also