Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDiagramElementFactory Class / CreateStep2Connector Method
true if the node is needed for preview, false if the node is going to be added to the document
whether the first step is vertical


In This Topic
    CreateStep2Connector Method
    In This Topic
    Creates a new instance of the NStep2Connector class
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateStep2Connector( _
       ByVal preview As System.Boolean, _
       ByVal firstVertical As System.Boolean _
    ) As NStep2Connector
    'Usage
     
    
    Dim instance As NDiagramElementFactory
    Dim preview As System.Boolean
    Dim firstVertical As System.Boolean
    Dim value As NStep2Connector
     
    value = instance.CreateStep2Connector(preview, firstVertical)
    public virtual NStep2Connector CreateStep2Connector( 
       System.bool preview,
       System.bool firstVertical
    )

    Parameters

    preview
    true if the node is needed for preview, false if the node is going to be added to the document
    firstVertical
    whether the first step is vertical

    Return Value

    new NStep2Connector instance
    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