Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPort Class / FlowMode Property


In This Topic
    FlowMode Property
    In This Topic
    Gets or sets the port flow mode, which defines the way in which this port can glue to other shapes ports and whether other shapes begin or end points are allowed to glue to this port. By default set to ENPortFlowMode.InputOutput.
    Syntax
    'Declaration
     
    
    Public Property FlowMode As ENPortFlowMode
    'Usage
     
    
    Dim instance As NPort
    Dim value As ENPortFlowMode
     
    instance.FlowMode = value
     
    value = instance.FlowMode
    public ENPortFlowMode FlowMode {get; set;}
    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