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.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax ReadOnly Property Id As Object
Get
property Object^ Id {
Object^ get ();
}
abstract Id : Object with get
Property Value
Type:
Objectthe identifier of the element
See Also