Remove the provided edge from the graph.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public void RemoveEdge(
IEdge edge
)
Public Sub RemoveEdge (
edge As IEdge
)
public:
virtual void RemoveEdge(
IEdge^ edge
) sealed
abstract RemoveEdge :
edge : IEdge -> unit
override RemoveEdge :
edge : IEdge -> unit
Parameters
- edge
- Type: VelocityGraph.Frontenac.BlueprintsIEdge
the edge to remove from the graph
Implements
IGraphRemoveEdge(IEdge)See Also