AVEVA OMI Software Developer Kit



IEditor hosts this app editor
InitializeEditor Method
InitializeEditor method initializes the app editor with IEditor, which hosts the editor. By reflection, the internal Framework finds IEditorConfig and calls InitializeEditor by passing IEditorBase. IEditorBase is a container for the actual editor.
Syntax
'Declaration
 
Sub InitializeEditor( _
   ByVal editor As IEditorBase _
) 
'Usage
 
Dim instance As IEditorConfig
Dim editor As IEditorBase
 
instance.InitializeEditor(editor)
void InitializeEditor( 
   IEditorBase editor
)
void InitializeEditor( 
   IEditorBase^ editor
) 

Parameters

editor
IEditor hosts this app editor
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also