GraphLink.Index Property

Definition

Get the optional Index of this link. Default is zero. This index can be specified when you create a link, providing different index values makes it possible to create multiple links between the same source and target nodes. To get multilinks the index only needs to be unique for the same source and target nodes.

public:
 property int Index { int get(); };
public int Index { get; }
member this.Index : int
Public ReadOnly Property Index As Integer

Property Value

Applies to