Public Methods
Method | Description |
---|---|
Add | Creates a new LineDisplay from the Line identified by the given ID, and then returns the new LineDisplay. PARAMETERS: LineID (Integer). |
Remove | Deletes a LineDisplay object as specified by the given ID, from ER/Studio. PARAMETERS: Identifier (Integer). |
Public Properties
Property | Description |
---|---|
_Item | Returns a LineDisplay object as specified by the given ID. PARAMETERS: Identifier (Integer). |
_NewEnum | |
Count | Number of LineDisplay objects in the collection. DATATYPE: Integer. |
Item | Returns a LineDisplay object as specified by the given ID. PARAMETERS: Identifier (Integer). |
See Also