asposediagram.api

Class ConnectCollection

Connect collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(connect)
Add the connect in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(connect)
Remove the connect from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(connect)
        Add the connect in the collection.
        Parameters:
        connect: Connect -
        Returns:
      • remove

         remove(connect)
        Remove the connect from the collection.
        Parameters:
        connect: Connect -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.