Gets the last item index of the graph.
[Visual Basic]
Public ReadOnly Property LastItemIndex As Integer
[C#]
public int LastItemIndex {get;}
Property Value
Value that indicates the last item index.
Example
How to get the last item index.
Dim index As Integer = graphBuild.LastItemIndex
int index = graphBuild.LastItemIndex;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace