Returns true if the feature is reserved. Otherwise, returns false.
Namespace: Cognex.VisionPro.GenTL.Implementation.InternalAssembly: Cognex.VisionPro.GenTL (in Cognex.VisionPro.GenTL.dll) Version: 73.0.0.0
public virtual bool IsReserved(
string feature
)
public virtual bool IsReserved(
string feature
)
Public Overridable Function IsReserved (
feature As String
) As Boolean
Public Overridable Function IsReserved (
feature As String
) As Boolean
public:
virtual bool IsReserved(
String^ feature
)
public:
virtual bool IsReserved(
String^ feature
)
Parameters
- feature
- Type: System String
The name of the feature node to be processed.
Return Value
Type:
BooleanImplements
ICogGenTLAccess IsReserved(String)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.