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()
Public Function FindVertexTypes As IEnumerable(Of VertexType)
public:
IEnumerable<VertexType^>^ FindVertexTypes()
member FindVertexTypes : unit -> IEnumerable<VertexType>
Return Value
Type:
IEnumerableVertexTypean array of vertex types
See Also