←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 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.