VertexTypeRemoveVertex Method |
Removes a vertex from this type and graph
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public 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