Click or drag to resize

GraphBaseTVertex, TEdgeValidateVertexForRemoval Method

Validates if the vertex passed in is removable from this graph structure.

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
protected virtual bool ValidateVertexForRemoval(
	TVertex vertexToRemove
)

Parameters

vertexToRemove
Type: TVertex
The vertex to remove.

Return Value

Type: Boolean
true if the vertex can be removed, false otherwise. Returning false results in the vertex not being removed
See Also