IGraphRemoveVertex Method |
Remove the provided vertex from the graph.
Upon removing the vertex, all the edges by which the vertex is connected must be removed as well.
Namespace:
Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxvoid RemoveVertex(
IVertex vertex
)
Sub RemoveVertex (
vertex As IVertex
)
void RemoveVertex(
IVertex^ vertex
)
abstract RemoveVertex :
vertex : IVertex -> unit
Parameters
- vertex
- Type: Frontenac.BlueprintsIVertex
the vertex to remove from the graph
See Also