ToolPinTrackingCollection Add Method Cognex VisionPro 9.21 SR1

Add an item to the end of this collection.

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

public override void Add(
	ToolPin value
)

Implements

ICollection T  Add(T)
Remarks

InsertingItem Raises before the item is inserted. InsertedItem Raises after the item is inserted.

See Also