←Select platform

Item Property

Summary

The element at the specified index.

Syntax
C#
Objective-C
C++/CLI
Python
public ExObjResult Item( 
   int index 
) {get; set;} 
- (LTExObjResult *)objectAtIndexedSubscript:(NSUInteger)index; 
public:  
   property ExObjResult^ default [Int32 ] 
   { 
      ExObjResult^ get(Int32 index) 
      void set(Int32 index, ExObjResult^ value) 
   } 
public ExObjResult Item( 
   int index 
) # get and set (ExObjData) 

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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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