Enum ConnectedShapesFlags

ConnectedShapesFlags enumeration

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

public enum ConnectedShapesFlags

Values

NameValueDescription
ConnectedShapesAllNodes0Return IDs of shapes that are associated with both incoming and outgoing connections.
ConnectedShapesIncomingNodes1Return IDs of shapes that are associated with incoming connections.
ConnectedShapesOutgoingNodes2Return IDs of shapes that are associated with outgoing connections.

See Also