asposediagram.api

Class RuleSetCollection

RuleSet collection.

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

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(ruleSet)
        Add the ruleSet in the collection.
        Parameters:
        ruleSet: RuleSet -
        Returns:
      • remove

         remove(ruleSet)
        Remove the ruleSet from the collection.
        Parameters:
        ruleSet: RuleSet -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.