Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphBuilder Class
Members


In This Topic
    NGraphBuilder Class
    In This Topic
    The NGraphBuilder class is used for the construction of a graph, which represents a single or multiple connected object regions.
    Object Model
    NGraphBuilder Class
    Syntax
    'Declaration
     
    
    Public Class NGraphBuilder 
    'Usage
     
    
    Dim instance As NGraphBuilder
    public class NGraphBuilder 
    Remarks
    The graph builder takes two arguments - a graph adapter, which abstracts the builder from the way in which the objects form graphs and a graph part factory, which outsources the creation of vertices and edges.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.DataStructures.NGraphBuilder

    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