IObjectCollection

 
The IObjectCollection is an array for storing the Objects.
Methods
Adds a Object to the ObjectCollection
 
Gets an Object by its Index from the ObjectCollection
Deletes an Object by its Index from the ObjectCollection.
 
 
Properties
Returns the number of Objects in ObjectCollection.
 
 
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