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

C# | Visual Basic | Visual C++ | J# |
ISpaceIterator<T> GetSpaceIterator<T>( T template )
Function GetSpaceIterator(Of T) ( _ template As T _ ) As ISpaceIterator(Of T)
generic<typename T> ISpaceIterator<T>^ GetSpaceIterator( T template )

- T
- Type of object to read.

- template (T)
- The template used for matching.

A configured space iterator.

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