ITrackingCollectionTrackedItem Name Property Cognex VisionPro 9.10
Get

Get the name of the tracked item.

Set

Set the Name.

Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

string Name { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentExceptionIf the name is not a valid.NET variable name.
ArgumentExceptionIf the name is not unique within the containing tracking collection.
Remarks

The name may be used to index into the containing tracking collection.

Changed Raised when the value of this property has changed.

See Also