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


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

    Parameters

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