Click or drag to resize

VertexId Property

An identifier that is unique to its inheriting class. All vertices of a graph must have unique identifiers. All edges of a graph must have unique identifiers.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public override Object Id { get; }

Return Value

Type: Object
the identifier of the element

Implements

IElementId
IElementId
See Also