Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPageRouting Class / FindRoute Method
route requirements


In This Topic
    FindRoute Method
    In This Topic
    Finds the points of the best route, which satisfies the specified route requirements
    Syntax
    'Declaration
     
    
    Public Overridable Function FindRoute( _
       ByVal routeRequirements As NRouteRequirements _
    ) As NList(Of NPoint)
    'Usage
     
    
    Dim instance As NPageRouting
    Dim routeRequirements As NRouteRequirements
    Dim value As NList(Of NPoint)
     
    value = instance.FindRoute(routeRequirements)
    public virtual NList<NPoint> FindRoute( 
       NRouteRequirements routeRequirements
    )

    Parameters

    routeRequirements
    route requirements

    Return Value

    route points if such route exists, otherwise null
    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