ConnectedShapesFlags
ConnectedShapesFlags enumeration
Utility class containing constants. Filters the array of returned shape IDs by the directionality of the connectors.
Values
| Name | Description |
|---|---|
| CONNECTED_SHAPES_ALL_NODES | Return IDs of shapes that are associated with both incoming and outgoing connections. |
| CONNECTED_SHAPES_INCOMING_NODES | Return IDs of shapes that are associated with incoming connections. |
| CONNECTED_SHAPES_OUTGOING_NODES | Return IDs of shapes that are associated with outgoing connections. |