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

Namespace: Cognex.VisionPro.GenTL.Implementation.Internal
Assembly: Cognex.VisionPro.GenTL (in Cognex.VisionPro.GenTL.dll) Version: 75.1.0.0
Syntax

public virtual bool IsReserved(
	string feature
)

Parameters

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

Return Value

Type: Boolean

Implements

ICogGenTLAccess IsReserved(String)
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