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


In This Topic
    CreateEdgeBody Method (NLayeredGraphLayout)
    In This Topic
    Creates a new edge body.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateEdgeBody() As NBody1D
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    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