Click or drag to resize

CustomExperimentInfoCollectionAdd(String, String) Method

Add a new information to the collection.

Namespace: CompreDriveSDK.Plugins.ExperimentInfoProviders
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public void Add(
	string name,
	string value
)

Parameters

name  String
The name.
value  String
The value.
See Also