Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphBuilder Class / BuildGraph Method
object from which the graph must be built
resulting mapping of objects to graph parts


In This Topic
    BuildGraph Method
    In This Topic
    Builds a graph, which represents the connected region of the specified vertex object
    Syntax
    'Declaration
     
    
    Public Overridable Function BuildGraph( _
       ByVal obj As System.Object, _
       ByRef map As NObjectGraphPartMap _
    ) As NGraph
    'Usage
     
    
    Dim instance As NGraphBuilder
    Dim obj As System.Object
    Dim map As NObjectGraphPartMap
    Dim value As NGraph
     
    value = instance.BuildGraph(obj, map)
    public virtual NGraph BuildGraph( 
       System.object obj,
       out NObjectGraphPartMap map
    )

    Parameters

    obj
    object from which the graph must be built
    map
    resulting mapping of objects to graph parts

    Return Value

    graph
    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