Click or drag to resize

GraphFindVertexTypes Method

Get an array of all vertex types in this graph

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerable<VertexType> FindVertexTypes()

Return Value

Type: IEnumerableVertexType
an array of vertex types
See Also