Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NGraphPartsLayout Class / CreateGraphBuilder Method


In This Topic
    CreateGraphBuilder Method
    In This Topic
    Called to create graph builder which is used to build the arranged graphs or trees from the input set of objects
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateGraphBuilder( _
       ByVal context As NLayoutContext _
    ) As NGraphBuilder
    'Usage
     
    
    Dim instance As NGraphPartsLayout
    Dim context As NLayoutContext
    Dim value As NGraphBuilder
     
    value = instance.CreateGraphBuilder(context)
    protected virtual NGraphBuilder CreateGraphBuilder( 
       NLayoutContext context
    )

    Parameters

    context
    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