Gets the XText2D 2D text with the index index.

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

Syntax

C#
public XText2D this[
	int index
] { get; }

Parameters

index
Type: System..::.Int32
The zero-based index of the value to get.

See Also