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: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
SyntaxReadOnly 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