Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDiagramElementFactory Class / CreateStep3Connector 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
    CreateStep3Connector Method
    In This Topic
    Creates a new instance of the NStep3Connector class
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateStep3Connector( _
       ByVal preview As System.Boolean, _
       ByVal firstVertical As System.Boolean _
    ) As NStep3Connector
    'Usage
     
    
    Dim instance As NDiagramElementFactory
    Dim preview As System.Boolean
    Dim firstVertical As System.Boolean
    Dim value As NStep3Connector
     
    value = instance.CreateStep3Connector(preview, firstVertical)
    public virtual NStep3Connector CreateStep3Connector( 
       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 NStep3Connector 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