Click or drag to resize

GraphFindVertexType Method

Finds the type id associated with a particular vertexe type. Lookup by name.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public VertexType FindVertexType(
	string name
)

Parameters

name
Type: SystemString
The name of the edge/node type being looked up

Return Value

Type: VertexType
A node/edge type id or -1 if not found.
See Also