Flexivert Library Documentation
Item Property (index)
NamespacesFlexivertGraphItem[([(Int32])])
Gets a specific vertex by its index.
Declaration Syntax
C#Visual BasicVisual C++
public Vertex this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Vertex
public:
property Vertex^ default[int index] {
	Vertex^ get (int index);
}
Parameters
index (Int32)
The index of the vertex to be retrieved
Return Value

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)