VertexTypeGetVerticeIds Method |
Get existing
Vertex ids for this type
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic IEnumerable<int> GetVerticeIds()
Public Function GetVerticeIds As IEnumerable(Of Integer)
public:
IEnumerable<int>^ GetVerticeIds()
member GetVerticeIds : unit -> IEnumerable<int>
Return Value
Type:
IEnumerableInt32An enumeration of vertex ids
See Also