VertexTypeRemoveVertex Method |
Removes a vertex from this type and graph
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic void RemoveVertex(
Vertex vertex
)
Public Sub RemoveVertex (
vertex As Vertex
)
public:
void RemoveVertex(
Vertex^ vertex
)
member RemoveVertex :
vertex : Vertex -> unit
Parameters
- vertex
- Type: VelocityGraphVertex
The vertex to remove
See Also