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; }
Public Overrides ReadOnly Property Id As Object
Get
public:
virtual property Object^ Id {
Object^ get () override;
}
abstract Id : Object with get
override Id : Object with get
Return Value
Type:
Objectthe identifier of the element
Implements
IElementIdIElementIdSee Also