IObjectStateCollection

 
The IObjectStateCollection is an array for storing the ObjectStateObjects.
 
Methods
 
Adds an ObjectState object to the ObjectStateCollection
Gets an ObjectState object by its Index from the ObjectStateCollection
Deletes an Object State object by its Index from the ObjectStateCollection.
 
Properties
 
Returns the number of ObjectState objects in ObjectStateCollection.
 
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