asposediagram.api

Class ConnectionCollection

Connection collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
Gets the element at the specified index.
 
Method Summary
methodadd(item)
Add the Connection object in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(item)
Remove the Connection object from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
      • get : Connection 

        Connection get(index)
        
        Gets the element at the specified index.
        Parameters:
        index -
        Returns:
    • Method Detail

      • add

        int add(item)
        Add the Connection object in the collection.
        Returns:
      • remove

         remove(item)
        Remove the Connection object from the collection.
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.