| GraphBaseTVertex, TEdgeValidateVertexForRemoval Method  | 
            Validates if the vertex passed in is removable from this graph structure. 
            
 
Namespace: SD.Tools.Algorithmia.GraphsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxprotected virtual bool ValidateVertexForRemoval(
	TVertex vertexToRemove
)
Protected Overridable Function ValidateVertexForRemoval ( 
	vertexToRemove As TVertex
) As Boolean
Parameters
- vertexToRemove
 - Type: TVertex
The vertex to remove. 
Return Value
Type: 
Booleantrue if the vertex can be removed, false otherwise. Returning false results in the vertex not being removed
See Also