DiscoveryInformationSetParameter Method

CVB.Net Documentation
Sets a custom GenTL Producer dependent parameter.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public void SetParameter(
	string name,
	string value
)

Parameters

name
Type: SystemString
Name of the parameter to set.
value
Type: SystemString
Value of the parameter to set.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf Parent has been disposed.
ArgumentNullExceptionIf one of the string arguments is null.
Remarks

Contact the support of the GenTL Producer to get a list of available parameters to set.
See Also

Reference