Click or drag to resize

PathEvaluationContextAddPath 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.PathsPotentialPath
Path.
See Also