IFrameManager2.SwitchToVisu2 (METH) ¶ METHOD SwitchToVisu2 : INT InOut: Scope Name Type Comment Return SwitchToVisu2 INT Input stFramePath STRING(255) The path of the frame that should be handled @IECCodeConverter_Type: String pClientData POINTER TO VisuStructClientData The client whose frame content shall be changed iIndex INT the index of the visualization that should be selected xUpdVar BOOL If also the variable linked to the frame has to be updated xUpdLastIndex BOOL If also the index stored as “last call” has to be updated (specifically used in redundancy)
IGridProvider.GetColumnWidth (METH) ¶ METHOD GetColumnWidth : INT Returns the width of the column with the specified index. InOut: Scope Name Type Comment Return GetColumnWidth INT Input diColumnIndex DINT The index of the column. It can be assumed that 0 <= diRowIndex < NumberOfRows.
IGridProvider.GetRowHeight (METH) ¶ METHOD GetRowHeight : INT Returns the height of the row with the specified index. InOut: Scope Name Type Comment Return GetRowHeight INT Input diRowIndex DINT The index of the row. It can be assumed that 0 <= diRowIndex < NumberOfColumns.
IGridProvider.NumberOfColumns (PROP) ¶ PROPERTY NumberOfColumns : DINT The number of columns of the grid.
IFrameManager.GetVisuCount (METH) ¶ METHOD GetVisuCount : INT InOut: Scope Name Type Return GetVisuCount INT Input stFramePath STRING(255)
IFrameManager.GetVisuName (METH) ¶ METHOD GetVisuName : STRING InOut: Scope Name Type Return GetVisuName STRING Input stFramePath STRING(255) iIndex INT bFullName BOOL
IFrameManager.RegisterFrame (METH) ¶ METHOD RegisterFrame : INT InOut: Scope Name Type Return RegisterFrame INT Input stPath STRING(255) frame IFrameElement
ISelectionManager.SelectElement (METH) ¶ METHOD SelectElement : DWORD The selection manager moves the selection to another visual element. The element, which should be selected next, has to implement ISelectable. Then it will be called by SelectElement with dwSelectionType : VISU_SELECTION_ELEMENT Returnvalue is a constant of Visu_Selection_Constants, like VISU_SELECTION_OK. InOut: Scope Name Type Comment Return SelectElement DWORD Input pClientData POINTER TO VisuStructClientData the client, where the selection should change iVisualElement IVisualElement the element, which should be selected
ISelectionManager.SelectElementAt (METH) ¶ METHOD SelectElementAt : DWORD The selection manager moves the selection to another visual element with the given ID. (ID from the element list in the visualization) The element, which should be selected next, has to implement ISelectable. Then it will be called by SelectElement with dwSelectionType : VISU_SELECTION_AT Returnvalue is a constant of Visu_Selection_Constants, like VISU_SELECTION_OK or VISU_SELECTION_ERR_WRONG_ELEMENT_POSITION InOut: Scope Name Type Comment Return SelectElementAt DWORD Input pClientData POINTER TO VisuStructClientData the client, where the selection should change stPosition STRING the ID of the element to select.
ISelectionManager.SelectNextElement (METH) ¶ METHOD SelectNextElement : DWORD The selection manager moves the selection to another visual element. The element, which should be selected next, has to implement ISelectable. Then it will be called by SelectElement In this call pPosition and iVisualElement will be NULL) Returnvalue is a constant of Visu_Selection_Constants, like VISU_SELECTION_OK InOut: Scope Name Type Comment Return SelectNextElement DWORD Input pClientData POINTER TO VisuStructClientData the client, where the selection should change dwSelectionType DWORD any of the selection types from Visu_Selection_Constants like VISU_SELECTION_TAB to VISU_SELECTION_ELEMENT dwGroupType DWORD any of the selection types from Visu_Selection_Constants like VISU_SELECTION_GROUP_SINGLE to VISU_SELECTION_VISU_DIALOG_BLOCK