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
)
Public Function ContainsVertex (
vertexId As Integer
) As Boolean
public:
bool ContainsVertex(
int vertexId
)
member ContainsVertex :
vertexId : int -> bool
Parameters
- vertexId
- Type: SystemInt32
A Vertex id
Return Value
Type:
BooleanReturns
if a Vertex exist with specified
vertexId is found in this
Graph; otherwise,
.
See Also