ConnectedShapesFlags enumeration

ConnectedShapesFlags enumeration

Filters the array of returned shape IDs by the directionality of the connectors.

The ConnectedShapesFlags type exposes the following members:

Fields

FieldDescription
CONNECTED_SHAPES_ALL_NODESReturn IDs of shapes that are associated with both incoming and outgoing connections.
CONNECTED_SHAPES_INCOMING_NODESReturn IDs of shapes that are associated with incoming connections.
CONNECTED_SHAPES_OUTGOING_NODESReturn IDs of shapes that are associated with outgoing connections.

See Also