Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / CreateInstanceForSurrogateEditing Method


In This Topic
    CreateInstanceForSurrogateEditing Method (NDesigner)
    In This Topic
    Creates a default instance of the node for the purpose of surrogate editing.
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateInstanceForSurrogateEditing( _
       ByVal surrogate As NNodeSurrogate _
    ) As NNode
    'Usage
     
    
    Dim instance As NDesigner
    Dim surrogate As NNodeSurrogate
    Dim value As NNode
     
    value = instance.CreateInstanceForSurrogateEditing(surrogate)
    public virtual NNode CreateInstanceForSurrogateEditing( 
       NNodeSurrogate surrogate
    )

    Parameters

    surrogate
    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