Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NTree Class / IsBinary Property


In This Topic
    IsBinary Property
    In This Topic
    Determines whether this is a binary tree.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsBinary As System.Boolean
    'Usage
     
    
    Dim instance As NTree
    Dim value As System.Boolean
     
    value = instance.IsBinary
    public System.bool IsBinary {get;}
    Remarks
    The tree is binary if each vertex in the tree has 0 or 2 children
    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