asposediagram.api

Class CustomPropCollection

CustomProps collection.

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

    • Constructor Detail

      • CustomPropCollection

        CustomPropCollection()
        Constructor.
    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(customProp)
        Add the CustomProp object in the collection.
        Parameters:
        customProp: CustomProp -
        Returns:
      • remove

         remove(customProp)
        Remove the CustomProp object from the collection.
        Parameters:
        customProp: CustomProp -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.