Click or drag to resize

IndexableGraphHelpers Class

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

Inheritance Hierarchy
SystemObject
  VelocityGraph.Frontenac.Blueprints.UtilIndexableGraphHelpers

Namespace:  VelocityGraph.Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public static class IndexableGraphHelpers

The IndexableGraphHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddUniqueVertex
Add a vertex to a graph only if no other vertex in the provided Index is indexed by the property key/value pair. If a vertex already exists with that key/value pair, return the pre-existing vertex.
Top
See Also