IFrameManager.UnregisterFrame (METH) ¶ METHOD UnregisterFrame : INT InOut: Scope Name Type Return UnregisterFrame INT Input stPath STRING(255)
IFrameManager2 (ITF) ¶ INTERFACE IFrameManager2 EXTENDS IFrameManager Methods: GetFrameByIndex GetSelectedVisuByIndex SwitchToVisu2 SwitchToVisuByIndex GetFrameCount , inherited from IFrameManager GetRegisteredFrames , inherited from IFrameManager GetSelectedVisu , inherited from IFrameManager GetVisuCount , inherited from IFrameManager GetVisuName , inherited from IFrameManager RegisterFrame , inherited from IFrameManager SwitchToVisu , inherited from IFrameManagerBase SwitchToVisuGlobally , inherited from IFrameManager UnregisterFrame , inherited from IFrameManager Structure: GetFrameByIndex (Method) GetSelectedVisuByIndex (Method) SwitchToVisu2 (Method) SwitchToVisuByIndex (Method)
IFrameManager2.GetFrameByIndex (METH) ¶ METHOD GetFrameByIndex : STRING Will return the frame based on the index InOut: Scope Name Type Comment Return GetFrameByIndex STRING Input index INT The the internal array index of the frame that should be handled
IFrameManagerBase (ITF) ¶ INTERFACE IFrameManagerBase EXTENDS __SYSTEM.IQueryInterface could be used by endusers too -> visible Methods: SwitchToVisu Structure: SwitchToVisu (Method)
IFrameManagerBase.SwitchToVisu (METH) ¶ METHOD SwitchToVisu : INT InOut: Scope Name Type Comment Return SwitchToVisu 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
IGestureEventHandler (ITF) ¶ INTERFACE IGestureEventHandler EXTENDS __SYSTEM.iQueryInterface Methods: HandleFlickGesture HandlePanGesture HandleSpreadPinchGesture Structure: HandleFlickGesture (Method) HandlePanGesture (Method) HandleSpreadPinchGesture (Method)
IDrawingInterface3.UntransformHeight (METH) ¶ METHOD UntransformHeight : INT This method is the inverse operation of the method TransformHeight. InOut: Scope Name Type Comment Return UntransformHeight INT The untransformed height Input iHeight INT A transformed height, that has to be untransformed
IDrawingInterface3.UntransformWidth (METH) ¶ METHOD UntransformWidth : INT This method is the inverse operation of the method TransformWidth. InOut: Scope Name Type Comment Return UntransformWidth INT The untransformed width Input iWidth INT A transformed width, that has to be untransformed
IElementNameProvider (ITF) ¶ INTERFACE IElementNameProvider EXTENDS __SYSTEM.IQueryInterface Methods: GetElementName Structure: GetElementName (Method)
IElementNameProvider.GetElementName (METH) ¶ METHOD GetElementName : WSTRING InOut: Scope Name Type Return GetElementName WSTRING