←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) 
get_ListIndex(); 
set_ListIndex(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize