Click or drag to resize

PathEvaluationContext.AddPath Method

Adds a new path to the list of current incomplete paths.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void AddPath(
	PotentialPath p
)

Parameters

p
Type: VDS.RDF.Query.Paths.PotentialPath
Path.
See Also