GraphicChildren Insert Method (Int32, IGraphicParentChild, String)Cognex VisionPro 9.10

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.10.0.0
Syntax

public void Insert(
	int index,
	IGraphicParentChild value,
	string key
)
Remarks

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

See Also