asposediagram.api

Class DataConnectionCollection

DataConnection collection.

Property Getters/Setters Summary
methodgetCount()
methodgetNextID()
method
setNextID(value)
           The next available ID for new connections.
methodget(index)
 
Method Summary
methodadd(dataConnection)
Add the dataConnection in the collection.
methodclear()
methodgetDataConnection(ID)
Gets the element at the specified ID.
methoditerator()
Reserved for internal use.
methodremove(dataConnection)
Remove the dataConnection from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getNextID/setNextID : long 

        long getNextID() / setNextID(value)
        
        The next available ID for new connections.
      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(dataConnection)
        Add the dataConnection in the collection.
        Parameters:
        dataConnection: DataConnection -
        Returns:
      • remove

         remove(dataConnection)
        Remove the dataConnection from the collection.
        Parameters:
        dataConnection: DataConnection -
      • getDataConnection

        DataConnection getDataConnection(ID)
        Gets the element at the specified ID.
        Parameters:
        ID: long - ID of DataConnectionlong.
        Returns:
        DataConnection DataConnection.
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.