GraphFindVertexTypes Method |
Get an array of all vertex types in this graph
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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