'Declaration
Public Overridable Function GetLongestPathLength( _ ByVal fromVertex As NGraphVertex, _ ByVal toVertex As NGraphVertex _ ) As System.Integer
'Usage
Dim instance As NGraph Dim fromVertex As NGraphVertex Dim toVertex As NGraphVertex Dim value As System.Integer value = instance.GetLongestPathLength(fromVertex, toVertex)
public virtual System.int GetLongestPathLength( NGraphVertex fromVertex, NGraphVertex toVertex )
Parameters
- fromVertex
- toVertex