Click or drag to resize

EdgeHelpers Class

[Missing <summary> documentation for "T:Frontenac.Blueprints.Util.EdgeHelpers"]

Inheritance Hierarchy
SystemObject
  Frontenac.Blueprints.UtilEdgeHelpers

Namespace:  Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static class EdgeHelpers

The EdgeHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRelabelEdge
An edge is relabeled by creating a new edge with the same properties, but new label. Note that an edge is deleted and an edge is added.
Public methodStatic memberRelabelEdges
Edges are relabeled by creating new edges with the same properties, but new label. Note that for each edge is deleted and an edge is added.
Top
See Also