Gets the number of vertices currently on the graph.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public int VertexCount { get; }
Public ReadOnly Property VertexCount As Integer
public: property int VertexCount { int get (); }
C# | Visual Basic | Visual C++ |
public int VertexCount { get; }
Public ReadOnly Property VertexCount As Integer
public: property int VertexCount { int get (); }