Click or drag to resize

GraphBaseTVertex, TEdgeRemoveOrphanedVerticesOnEdgeRemoval Property

Gets or sets a value indicating whether vertices which are not part of any edge anymore are removed from the graph when the edge they're part of is removed from the graph (so they effectively are orphaned). Default is false.

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public bool RemoveOrphanedVerticesOnEdgeRemoval { get; set; }

Property Value

Type: Boolean
See Also