Remove Parameter Method
- Updated2022-07-11
- 1 minute(s) read
Remove Parameter Method
RemoveParameter removes the specified parameter from the current instance of SetMetadata.
Note If you attempt to remove a parameter that does not exist, or has already been
removed previously, the Logging Library will generate an error.
data.RemoveParameter("Temperature");
| Parameter | Required? | Data Type | Description |
|---|---|---|---|
| parameterName | Yes | String | Name of the parameter to remove. |