Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NGeneralEditor Class / Initialize Method


In This Topic
    Initialize Method (NGeneralEditor)
    In This Topic
    Initializes a general editor
    Syntax
    'Declaration
     
    
    Public Sub Initialize( _
       ByVal editedNode As NNode, _
       ByVal editedNodeDesigner As NDesigner, _
       ByVal context As NEditorContext _
    ) 
    'Usage
     
    
    Dim instance As NGeneralEditor
    Dim editedNode As NNode
    Dim editedNodeDesigner As NDesigner
    Dim context As NEditorContext
     
    instance.Initialize(editedNode, editedNodeDesigner, context)

    Parameters

    editedNode
    editedNodeDesigner
    context
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also