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.2.0.0 (1.2.16.0406)
Syntax public bool RemoveOrphanedVerticesOnEdgeRemoval { get; set; }
Public Property RemoveOrphanedVerticesOnEdgeRemoval As Boolean
Get
Set
Property Value
Type:
BooleanSee Also