PartitionGraphRemoveVertex Method |
[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph.RemoveVertex(Frontenac.Blueprints.IVertex)"]
Namespace:
Frontenac.Blueprints.Util.Wrappers.Partition
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic 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: Frontenac.BlueprintsIVertex
[Missing <param name="vertex"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph.RemoveVertex(Frontenac.Blueprints.IVertex)"]
Implements
IGraphRemoveVertex(IVertex)
See Also