Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NShapeFactory Class / CreateSidePort Method


In This Topic
    CreateSidePort Method
    In This Topic
    Creates a side port.
    Syntax
    'Declaration
     
    
    Protected Function CreateSidePort( _
       ByVal name As System.String, _
       ByVal side As ENBoxSide _
    ) As NPort
    'Usage
     
    
    Dim instance As NShapeFactory
    Dim name As System.String
    Dim side As ENBoxSide
    Dim value As NPort
     
    value = instance.CreateSidePort(name, side)
    protected NPort CreateSidePort( 
       System.string name,
       ENBoxSide side
    )

    Parameters

    name
    side
    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