Public Methods
Method | Description |
---|---|
Add | Creates 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). |
Remove | Deletes a SubModel object as specified by the given name or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|---|
_Item | Returns a SubModel object as specified by the given name or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum | |
Count | Number of SubModel objects in the collection. DATATYPE: Integer. |
Item | Returns a SubModel object as specified by the given name or ID. PARAMETERS: Identifier (String or Integer). |
See Also