IAttrCollection

 
IAttrCollection is an array for storing Attr objects. IAttrCollection is derived from IAttr.
 

Methods

 
Adds an Attr object to the AttrCollection
Gets the the Attr object by its Index from the AttrCollection
Deletes the Attr object by its Index from the AttrCollection.
 

Properties

 
Returns the number of Attr objects in AttrCollection.
 

Remarks

 
Objects represent any kind of object in eXpress. This ranges from Annotations which have no ports, to Hierarchical Objects which also have file references.
 

See Also