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[] HueTable {get; set;}
'Declaration
Public Property HueTable As Integer()
'Usage
Dim instance As RemapHueCommand Dim value() As Integer instance.HueTable = value value = instance.HueTable
public int[] HueTable {get; set;}
@property (nonatomic, assign, nullable) const unsigned int *hueTable
public int[] getHueTable() public void setHueTable(int[] value)
<br/>get_HueTable();<br/>set_HueTable(value);<br/>Object.defineProperty('HueTable');
public: property array<int>^ HueTable { array<int>^ get(); void set ( array<int>^ value); }