asposediagram.api

Class ActCollection

Act collection.

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

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

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

         remove(item)
        Remove the Act object from the collection.
      • getAct

        Act getAct(ID)
        Gets the element at the specified ID.
        Parameters:
        ID: int -
        Returns:
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.