←Select platform

Item Property (RasterCollection<T>)

Summary

Gets and sets the item at the specified index from within the collection.

Syntax

C#
VB
C++
public virtual T this[  
   int index 
]; {get; set;} 
Public Overridable Default Property Item( _ 
   ByVal index As Integer _ 
) As T 
public: 
virtual property _T^_ default [int] { 
   _T^_ get(int index); 
   void set (int index, _T^_ ); 
} 

Parameters

index
The zero-based index of the element to get or set.

Property Value

The item at the specified index.

Example

For an example, refer to RasterCollection\<T\>.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize