asposediagram.api

Class ConnectionABCDCollection

ConnectionABCD collection.

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

    • Method Detail

      • add

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

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

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.