Gets the ID property of the terminal
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Property Value
Type: StringImplements
ICogTrackingCollectionTrackedItem IDRemarks
Indexing by ID provides a path for terminal links (or CogDataBindings) to CogToolBlock Inputs and Outputs.
Serializing or cloning a terminal will result in a terminal with the same ID as the oringinal terminal. This is desireable so that links (a.k.a. DataBindings) that use the ID property in their paths maitiain their links when copied or serialized.
This means that it is possilble to create multiple terminals with the same ID property. However, the ID field will always be unique amongst terminals within a CogToolBlockTerminalCollection.
See Also