Tesla Graphics Engine Documentation (January 2012)
Item Property (index)
TeslaTesla.GraphicsVertexDeclarationItem[([( Int32])])
Gets a vertex element at the specified index.
Declaration Syntax
C#
public VertexElement this[
	int index
] { get; }
Parameters
index (Int32)
Zero-based index of the element
Return Value
The vertex element
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown if the index is out of range.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)