ItemContainerGenerator.GeneratorPositionFromIndex(Int32) Method

Definition

Gets the generated position of the item at the specified index.

public:
 virtual GeneratorPosition GeneratorPositionFromIndex(int itemIndex) = GeneratorPositionFromIndex;
GeneratorPosition GeneratorPositionFromIndex(int const& itemIndex);
public GeneratorPosition GeneratorPositionFromIndex(int itemIndex);
function generatorPositionFromIndex(itemIndex)
Public Function GeneratorPositionFromIndex (itemIndex As Integer) As GeneratorPosition

Parameters

itemIndex
Int32

int

The index of the item to retrieve the position of.

Returns

The position of the item as generated by the ItemContainerGenerator.

Applies to