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, nullable) NSUInteger *listIndex
public int[] getListIndex()
public void setListIndex(int[] value)
<br/>get_ListIndex();<br/>set_ListIndex(value);<br/>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.