CogGenTLAccess ExecuteCommand Method Cognex VisionPro 9.8
Execute the command identified by node.

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

public virtual void ExecuteCommand(
	string node
)

Parameters

node
Type: System String
The name of the feature node to be executed. It must be a command.

Implements

ICogGenTLAccess ExecuteCommand(String)
See Also