Returns an environment index in the environments collection.
Parameters:
iIndex
The index of the environment to retrieve in the collection of environments.
Compared with other collections, you cannot use the name of the
environment as argument.
Returns:
The retrieved environment
Example:
The following example returns in MyEnvironment the sixth
environment in a environment collection.
Dim MyEnvironment As RenderingEnvironment
Set MyEnvironment = RenderingEnvironments.Item(6)