←Select platform

GetEnumerator Method

Summary

Returns a generic enumerator that can iterate through the RasterCollection<T>.

Syntax

C#
VB
C++
public virtual IEnumerator<T> GetEnumerator() 
Public Overridable Function GetEnumerator() As IEnumerator(Of T) 
public: 
virtual IEnumerator<T^>^ GetEnumerator();  

Return Value

A generic enumerator that can iterate through the RasterCollection<T>.

Example

For an example, refer to RasterCollection<T>.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly