LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

ListIndex Property






Gets or sets an array of integers to be updated with the indices of the images that match correlated areas. .NET support WinRT support Silverlight support
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;}
 get_ListIndex();
set_ListIndex(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CorrelationListCommand Class
CorrelationListCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.