Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / ChildrenCount Method
filter to use, or null if no filter should be applied


In This Topic
    ChildrenCount Method (NView)
    In This Topic
    Returns the number of child nodes which satisfy the specified filter
    Syntax
    'Declaration
     
    
    Public Overridable Function ChildrenCount( _
       ByVal filter As INFilter _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NView
    Dim filter As INFilter
    Dim value As System.Integer
     
    value = instance.ChildrenCount(filter)
    public virtual System.int ChildrenCount( 
       INFilter filter
    )

    Parameters

    filter
    filter to use, or null if no filter should be applied

    Return Value

    children count, which satisfy the filter
    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