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