[This is preliminary documentation and is subject to change.]
Get the list of indices
| C# | Visual Basic | Visual C++ |
[CLSCompliantAttribute(false)] public ushort[] Indices { get; }
<CLSCompliantAttribute(False)> _ Public ReadOnly Property Indices As UShort()
[CLSCompliantAttribute(false)] public: property array<unsigned short>^ Indices { array<unsigned short>^ get (); }