Public Methods

MethodDescription
AddCreates a new Transformation with the given position, and then returns the new Transformation to the caller. PARAMETERS: HorizontalPosition (Integer), VerticalPosition (Integer).
RemoveDeletes 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

PropertyDescription
_ItemReturns a Transformation object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).
_NewEnum
CountNumber of Transformation objects in the collection. DATATYPE: Integer.
ItemReturns a Transformation object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).