DiscoveryInformationSetGenApiFeature Method

CVB.Net Documentation
Sets a GenICam GenApi feature to be set with a new Discover(DiscoveryInformation) run or while opening a Device via this information.

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

public void SetGenApiFeature(
	string nodeMapId,
	string featureName,
	string featureValue
)

Parameters

nodeMapId
Type: SystemString
ID of the nodemap to get featureName from. The identifiers are defined on NodeMapDictionary.
featureName
Type: SystemString
Name of the GenApi feature to set.
featureValue
Type: SystemString
Value of the GenApi feature to set.
Exceptions

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

The feature is set on this DiscoveryLayer module.
See Also

Reference