Public Methods

 Add

Creates a Package with the given name and header. PARAMETERS: Name as String, Header as String.

 AddWithPosition

Creates a Package with the given name and header and coordinates. PARAMETERS: Name as String, Header as String, HorizontalPosition as Integer, VerticalPosition as Integer.

 Remove

Deletes a Package object (specified by the given name or ID) from ER/Studio. PARAMETERS: Identifier as String or Integer.

Public Properties

 _Item

Returns a Package object (specified by the given name, GUID or ID). PARAMETERS: Identifier as String or Integer.

 _NewEnum

 

 Count

This is the number of Package objects in the collection.DATATYPE: Integer.

 Item

Returns a Package object (specified by the given name, GUID or ID). PARAMETERS: Identifier as String or Integer.

See Also

Packages Overview

  • No labels