Click or drag to resize

GraphGetVertexType Method

Given a Vertex id, returns the corresponding Vertex.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public VertexType GetVertexType(
	int id
)

Parameters

id
Type: SystemInt32
Id of a Vertex

Return Value

Type: VertexType
A VertexType with id. Throws VertexTypeDoesNotExistException if Vertex does not exist
See Also