Shape.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)
ParameterTypeDescription
flagGluedShapesFlagsThe dimensionality and directionality of the connection points of the shapes to return.See Remarks for possible valuesGluedShapesFlags.
categoryFilterStringFilters the array of returned shape IDs by limiting it to the IDs of shapes that match the specified categoryString.
otherShapeShapeOptional: additional shape to which returned shapes must also be glued, can be Shape or null.

Return Value

IDs arrayInt64.

See Also