←Select platform

ListIndex Property

Summary

Gets or sets an array of integers to be updated with the indices of the images that match correlated areas.

Syntax
C#
VB
Objective-C
C++
Java
public int[] ListIndex { get; set; } 
Public Property ListIndex As Integer() 
@property (nonatomic, assign, nullable) NSUInteger *listIndex 
public int[] getListIndex() 
public void setListIndex(int[] value) 
public: 
property array<int>^ ListIndex { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

Array of integers to be updated with the indices of the images that match correlated areas.

Example

Refer to CorrelationListCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly