AddMatrix
Description
Add a new matrix to a panel.
Signature
int AddMatrix(string key, string panelId, SamplingMatrix matrix)
Parameters
Name | Data Type | Description |
---|---|---|
key |
string required |
The authentication key |
panelId |
string required |
The panel ID |
matrix |
SamplingMatrix required |
SamplingMatrix representing the matrix you want to add. |