CogTrackedItemBase Name Property Cognex VisionPro 9.10
Gets or Sets the name of the terminal.

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

public string Name { get; set; }

Property Value

Type: String

Implements

ICogTrackingCollectionTrackedItem Name
Exceptions

ExceptionCondition
ArgumentException Thrown if the "Name" is not a valid .NET variable name or if "Name" is not unique in within a ToolBlock terminal collection of which this terminal is a member.
Remarks

The terminal name is used to index a CogToolTerminalsCollection and also provide the name for the graphical representation of this terminal.
See Also