ICogGenTLAccess IsReserved Method Cognex VisionPro 9.7
Returns true if the feature is reserved. Otherwise, returns false.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

bool IsReserved(
	string feature
)

Parameters

feature
Type: System String
The name of the feature node to be processed.

Return Value

Type: Boolean
Remarks

Reserved features should be controlled exclusively by VisionPro software. You should not set the value of a reserved feature, or execute a reserved command. Doing so will almost-certainly not have the effect you desire, and may interfere with the normal operation of VisionPro image acquisition.
See Also