Return the vertex referenced by the provided object identifier.
If no vertex is referenced by that identifier, then return null.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax IVertex GetVertex(
Object id
)
Function GetVertex (
id As Object
) As IVertex
IVertex^ GetVertex(
Object^ id
)
abstract GetVertex :
id : Object -> IVertex
Parameters
- id
- Type: SystemObject
the identifier of the vertex to retrieved from the graph
Return Value
Type:
IVertexthe vertex referenced by the provided identifier or null when no such vertex exists
See Also