IdGraphRemoveVertex Method |
[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.RemoveVertex(VelocityGraph.Frontenac.Blueprints.IVertex)"]
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public void RemoveVertex(
IVertex vertex
)
Public Sub RemoveVertex (
vertex As IVertex
)
public:
virtual void RemoveVertex(
IVertex^ vertex
) sealed
abstract RemoveVertex :
vertex : IVertex -> unit
override RemoveVertex :
vertex : IVertex -> unit
Parameters
- vertex
- Type: VelocityGraph.Frontenac.BlueprintsIVertex
[Missing <param name="vertex"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.RemoveVertex(VelocityGraph.Frontenac.Blueprints.IVertex)"]
Implements
IGraphRemoveVertex(IVertex)See Also