Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NGraphLayout Class / CreateVertexBody Method


In This Topic
    CreateVertexBody Method (NGraphLayout)
    In This Topic
    Called in the graph building process to create a body for each vertex
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateVertexBody() As NBody2D
    'Usage
     
    
    Dim instance As NGraphLayout
    Dim value As NBody2D
     
    value = instance.CreateVertexBody()
    protected override NBody2D CreateVertexBody()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also