Public Methods
Method | Description |
---|---|
Add | Adds the object specified by the given type and ID to the selected objects collection in the submodel. It then returns a selectedobject object. PARAMETERS: Type (Integer), Identifier (Integer). |
Remove | Deletes a SelectedObject object as specified by the given type and ID, from ER/Studio. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|---|
_Item | Returns a SelectedObject object as specified by the given type and ID. PARAMETERS: Type and Identifier (Integers). |
_NewEnum | |
Count | Number of SelectedObject objects in the collection. DATATYPE: Integer. |
Item | Returns a SelectedObject object as specified by the given type and ID. PARAMETERS: Type and Identifier (Integers). |
See Also