←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
Java
Objective-C
WinRT C#
C++
public int[] ListIndex { get; set; } 
Public Property ListIndex As Integer() 
public int[] ListIndex {get; set;} 
@property (nonatomic, assign, nullable) NSUInteger *listIndex 
public int[] getListIndex() 
public void setListIndex(int[] value) 
             
 <br/>get_ListIndex();<br/>set_ListIndex(value);<br/>Object.defineProperty('ListIndex');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly