Public Methods

MethodDescription
AddCreates a new submodel with the given name, and then returns the new submodel to the caller. Only objects which are selected in the main model are added to the new submodel. PARAMETERS: Name (String).
RemoveDeletes a SubModel object as specified by the given name or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer).

Public Properties

PropertyDescription
_ItemReturns a SubModel object as specified by the given name or ID. PARAMETERS: Identifier (String or Integer).
_NewEnum
CountNumber of SubModel objects in the collection. DATATYPE: Integer.
ItemReturns a SubModel object as specified by the given name or ID. PARAMETERS: Identifier (String or Integer).