Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MethodDescription
AddCreates a new entity with the given coordinates, adds it to the model, and then returns the new entity to the caller. PARAMETERS: HorizontalPosition (Integer), VerticalPosition (Integer).
AddExCreates new entity with the given coordinates in parent model, and then returns it. Fixes positional problems of AddItem. PARAMETERS: HorizontalPosition (Integer), VerticalPosition (Integer).
AddMongoDBCollectionMongoDB Models Only Creates new Collection with the given coordinates, adds it to the model, and then returns the new collection as type Entity to the caller. PARAMETERS: HorizontalPosition (Integer), VerticalPosition (Integer).
AddNestedObjectGoogle BigQuery Models Only Creates a nested object with the given name for the given table name. PARAMETERS: Identifier (String).
RemoveDeletes a Entity object as specified by the given name or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer).

...