VelocityDB Class Library
VelocityDB Class Library
VelocityGraph
Graph Class
Graph Methods
AddEdge Method
AddVertex Method
Clear Method
CombineIntersection Method
ContainsVertex Method
CountEdges Method
CountVertices Method
Edges Method
ExportToGraphJson Method
ExportToGraphSon Method
FindEdgeType Method
FindEdgeTypes Method
FindVertex Method
FindVertexProperty Method
FindVertexType Method
FindVertexTypes Method
GetEdge Method
GetEdges Method
GetEdgeType Method
GetValues Method
GetVertex Method
GetVertexType Method
GetVertices Method
ImportGraphJson Method
ImportGraphSon Method
NewEdge Method
NewEdgeProperty Method
NewEdgeType Method
NewVertex Method
NewVertexProperty Method
NewVertexType Method
Open Method
Persist Method
Query Method
RemoveEdge Method
RemovePropertyType Method
RemoveVertex Method
RemoveVertexType Method
Select Method
Shutdown Method
ToString Method
Traverse Method
Unpersist Method
Graph
Clear Method
Removes all edges and vertices from the graph.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
C#
VB
C++
F#
Copy
public
void
Clear
()
Public
Sub
Clear
public
:
void
Clear
()
member
Clear
:
unit
->
unit
See Also
Reference
Graph Class
VelocityGraph Namespace