LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ListIndex Property

Show in webframe







Gets or sets an array of integers to be updated with the indices of the images that match correlated areas.
Syntax
public int[] ListIndex {get; set;}
'Declaration
 
Public Property ListIndex As Integer()
'Usage
 
Dim instance As CorrelationListCommand
Dim value() As Integer
 
instance.ListIndex = value
 
value = instance.ListIndex
public int[] ListIndex {get; set;}
@property (nonatomic, assign) unsigned int*  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>^ value);
}

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

See Also

Reference

CorrelationListCommand Class
CorrelationListCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.