Click or drag to resize

PotentialPathIsDeadEnd Property

Gets/Sets whether the Path is a dead-end.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool IsDeadEnd { get; set; }

Property Value

Type: Boolean
Remarks

This may be useful information as it can help stop us uneccessarily regenerating partial paths which are dead ends.

See Also