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; }
Public Property IsDeadEnd As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
This may be useful information as it can help stop us uneccessarily regenerating partial paths which are dead ends.
See Also