[This is preliminary documentation and is subject to change.]
Get the list of vertices
| C# | Visual Basic | Visual C++ |
public T[] Vertices { get; }
Public ReadOnly Property Vertices As T()
public: property array<T>^ Vertices { array<T>^ get (); }