asposediagram.api

Class ConnectedShapesFlags

Utility class containing constants. Filters the array of returned shape IDs by the directionality of the connectors.

Field Summary
const  intCONNECTED_SHAPES_ALL_NODES
Return IDs of shapes that are associated with both incoming and outgoing connections.
const  intCONNECTED_SHAPES_INCOMING_NODES
Return IDs of shapes that are associated with incoming connections.
const  intCONNECTED_SHAPES_OUTGOING_NODES
Return IDs of shapes that are associated with outgoing connections.
 

    • Field Detail

      • CONNECTED_SHAPES_ALL_NODES

        const int CONNECTED_SHAPES_ALL_NODES
        Return IDs of shapes that are associated with both incoming and outgoing connections.
      • CONNECTED_SHAPES_INCOMING_NODES

        const int CONNECTED_SHAPES_INCOMING_NODES
        Return IDs of shapes that are associated with incoming connections.
      • CONNECTED_SHAPES_OUTGOING_NODES

        const int CONNECTED_SHAPES_OUTGOING_NODES
        Return IDs of shapes that are associated with outgoing connections.