Public Methods

MethodDescription
AddCreates a new model with the given name and database type, and then returns the new model to the caller. PARAMETERS: Name (String), DatabaseType_ID (Integer).
RemoveDeletes a Model object as specified by the given name or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer).

Public Properties

PropertiesDescription
_ItemReturns a Model object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).
_NewEnum
CountNumber of Model objects in the collection. DATATYPE: Integer.
ItemReturns a Model object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).
  • No labels