←Select platform

Item Property

Summary

The element at the specified index.

Syntax
C#
VB
C++
public ExObjResult Item( 
   int index 
) {get; set;} 
Public Default Property Item(ByVal index As Integer) As ExObjResult 
   Get 
   Set 
public:  
   property ExObjResult^ default [Int32 ] 
   { 
      ExObjResult^ get(Int32 index) 
      void set(Int32 index, ExObjResult^ value) 
   } 

Parameters

index

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

Property Value

The element at the specified index.

Remarks

Setting is not supported.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.