ICogRecords Insert Method (Int32, ICogRecord)Cognex VisionPro 9.20
Inserts a record at a specified index.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax

void Insert(
	int index,
	ICogRecord value
)

Parameters

index
Type: System Int32
The index at which to insert the record.
value
Type: Cognex.VisionPro ICogRecord
The record to insert.
See Also