Returns the Vector3 vector at the given index.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Vector3 this[
	int i
] { get; }

Parameters

i
Type: System..::.Int32
The vertex number.

Implements

IXVertexArray..::.Item[([(Int32])])

See Also