GraphGetVertex Method (Int32) |
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public Vertex GetVertex(
int id
)
Public Function GetVertex (
id As Integer
) As Vertex
public:
Vertex^ GetVertex(
int id
)
member GetVertex :
id : int -> Vertex
Parameters
- id
- Type: SystemInt32
Id of Vertex to lookup
Return Value
Type:
VertexA vertex with the matching id
See Also