IFrameManager2.GetSelectedVisuByIndex (METH) ¶ METHOD GetSelectedVisuByIndex : INT Will return the index of the currently selected visualization or a negative value in case of an error InOut: Scope Name Type Comment Return GetSelectedVisuByIndex INT Input index INT The the internal array index of the frame that should be handled pClientData POINTER TO VisuStructClientData The client whose frame information is requested
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.