Nevron .NET Vision
Nevron.Diagram.Filters Namespace / NPortTypeFilter Class / NPortTypeFilter Constructor
whether to filter inward ports
whether to filter outward ports


In This Topic
    NPortTypeFilter Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal inward As System.Boolean, _
       ByVal outward As System.Boolean _
    )
    'Usage
     
    
    Dim inward As System.Boolean
    Dim outward As System.Boolean
     
    Dim instance As New NPortTypeFilter(inward, outward)
    public NPortTypeFilter( 
       System.bool inward,
       System.bool outward
    )

    Parameters

    inward
    whether to filter inward ports
    outward
    whether to filter outward ports
    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