LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ListIndex Property
See Also 
Leadtools.ImageProcessing.Core Namespace > CorrelationListCommand Class : ListIndex Property



Gets or sets an array of integers to be updated with the indices of the images that match correlated areas. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property ListIndex As Integer()
Visual Basic (Usage)Copy Code
Dim instance As CorrelationListCommand
Dim value() As Integer
 
instance.ListIndex = value
 
value = instance.ListIndex
C# 
public int[] ListIndex {get; set;}
C++/CLI 
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also