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.