ToolTrackingCollection Add Method Cognex VisionPro 9.22 SR1

Add an item to the end of this collection.

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

public override void Add(
	ITool value
)

Implements

ICollection T  Add(T)
Remarks

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

See Also