CogToolBase Name Property Cognex VisionPro 9.21
Gets or sets a user-supplied name for the tool.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax

public virtual string Name { get; set; }

Property Value

Type: String
User-supplied string used to identify the tool. The name cannot be empty if this tool is to be contained by a CogToolGroup.

Implements

ICogTool Name
See Also