CogGenTLAccess IsReadable Method Cognex VisionPro 9.20
Returns true if the feature is readable. Otherwise, returns false.

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

public virtual bool IsReadable(
	string feature
)

Parameters

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

Return Value

Type: Boolean

Implements

ICogGenTLAccess IsReadable(String)
See Also