Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public int[] LookupTable {get; set;}
'Declaration
Public Property LookupTable As Integer()
'Usage
Dim instance As RemapIntensityCommand Dim value() As Integer instance.LookupTable = value value = instance.LookupTable
public int[] LookupTable {get; set;}
@property (nonatomic, assign, nullable) const int *lookUpTable
public int[] getLookupTable() public void setLookupTable(int[] value)
<br/>get_LookupTable();<br/>set_LookupTable(value);<br/>Object.defineProperty('LookupTable');
public: property array<int>^ LookupTable { array<int>^ get(); void set ( array<int>^ value); }