asposediagram.api

Class GeomCollection

Geom collection.

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

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

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

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

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.