Public Methods
Method | Description |
---|---|
Add | Creates a line. Valid values are: 1 = Entity, 16 = View. PARAMETERS: ParentType (Integer), ParentObject (String), ChildType (Integer), ChildObject (String). |
Remove | Deletes a Line object as specified by the given ID, from ER/Studio. PARAMETERS: Identifier (Integer). |
Public Properties
Properties | Description |
---|---|
_Item | Returns a Line object as specified by the given ID or GUID. PARAMETERS: Identifier (Integer). |
_NewEnum | |
Count | Number of Line objects in the collection. DATATYPE: Integer. |
Item | Returns a Line object as specified by the given ID or GUID. PARAMETERS: Identifier (Integer). |
See Also