CogGenTLAccess IsWriteable Method Cognex VisionPro 9.23
Returns true if the feature is writable. Otherwise, returns false.

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

public virtual bool IsWriteable(
	string feature
)

Parameters

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

Return Value

Type: Boolean

Implements

ICogGenTLAccess IsWriteable(String)
See Also