Public Methods

MethodDescription
AddAdds 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).
RemoveDeletes a SelectedObject object as specified by the given type and ID, from ER/Studio. PARAMETERS: Identifier (String or Integer).

Public Properties

PropertyDescription
_ItemReturns a SelectedObject object as specified by the given type and ID. PARAMETERS: Type and Identifier (Integers).
_NewEnum
CountNumber of SelectedObject objects in the collection. DATATYPE: Integer.
ItemReturns a SelectedObject object as specified by the given type and ID. PARAMETERS: Type and Identifier (Integers).