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.0529)
Syntaxpublic bool RemoveOrphanedVerticesOnEdgeRemoval { get; set; }Public Property RemoveOrphanedVerticesOnEdgeRemoval As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also