Click or drag to resize

GraphContainsVertex Method

Returns a value indicating whether a Vertex exists for the specified vertex id.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool ContainsVertex(
	int vertexId
)

Parameters

vertexId
Type: SystemInt32
A Vertex id

Return Value

Type: Boolean
Returns if a Vertex exist with specified vertexId is found in this Graph; otherwise, .
See Also