Gets the unique id of a vertex
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public int VertexId { get; }
Public ReadOnly Property VertexId As Integer
Get
public:
property int VertexId {
int get ();
}
member VertexId : int with get
Property Value
Type:
Int32See Also