Nevron .NET Vision
Nevron.Diagram.Filters Namespace / NParentInstanceFilter Class / NParentInstanceFilter Constructor / NParentInstanceFilter Constructor(INNode)
parent to filter by


In This Topic
    NParentInstanceFilter Constructor(INNode)
    In This Topic
    Creates a new parent filter for the specified parent
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal parent As INNode _
    )
    'Usage
     
    
    Dim parent As INNode
     
    Dim instance As New NParentInstanceFilter(parent)
    public NParentInstanceFilter( 
       INNode parent
    )

    Parameters

    parent
    parent to filter by
    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