ConnectedShapesFlags

ConnectedShapesFlags enumeration

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

public enum ConnectedShapesFlags

Values

Name Value Description
ConnectedShapesAllNodes 0 Return IDs of shapes that are associated with both incoming and outgoing connections.
ConnectedShapesIncomingNodes 1 Return IDs of shapes that are associated with incoming connections.
ConnectedShapesOutgoingNodes 2 Return IDs of shapes that are associated with outgoing connections.

See Also