Public Methods
Method | Description |
---|---|
Add | Creates a new Transformation with the given position, and then returns the new Transformation to the caller. PARAMETERS: HorizontalPosition (Integer), VerticalPosition (Integer). |
Remove | Deletes a Transformation object from ER/Studio as specified by one of the Transformation properties, name, GUID, or ID. PARAMETERS: Identifier (Name or GUID as String) or Integer (ID). |
Public Properties
Property | Description |
---|---|
_Item | Returns a Transformation object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum | |
Count | Number of Transformation objects in the collection. DATATYPE: Integer. |
Item | Returns a Transformation object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
See Also