VertexTypeGetVerticeIds Method |
Get existing
Vertex ids for this type
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public 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