Create an iterator over the space using the specified template(s) and settings.

C# | Visual Basic | Visual C++ | J# |
ISpaceIterator<T> GetSpaceIterator<T>( ICollection<T> templates, IteratorScope iteratorScope )
Function GetSpaceIterator(Of T) ( _ templates As ICollection(Of T), _ iteratorScope As IteratorScope _ ) As ISpaceIterator(Of T)
generic<typename T> ISpaceIterator<T>^ GetSpaceIterator( ICollection<T>^ templates, IteratorScope iteratorScope )

- T
- Type of object to read.

- templates (ICollection<(Of <(T>)>))
- The template used for matching.
- iteratorScope (IteratorScope)
- Scope for iterator matching.

A configured space iterator.

Exception | Condition |
---|---|
InactiveSpaceException | The space is in backup mode and therefore is not active. |