Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NGraphLayout Class / CreateEdgeBody Method


In This Topic
    CreateEdgeBody Method (NGraphLayout)
    In This Topic
    Called in the graph building process to create a body for each edge
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateEdgeBody() As NBody1D
    'Usage
     
    
    Dim instance As NGraphLayout
    Dim value As NBody1D
     
    value = instance.CreateEdgeBody()
    protected override NBody1D CreateEdgeBody()
    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