CogBlobMeasureCollection Insert Method Cognex VisionPro 9.5
Inserts the given item at the specified index.

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

public void Insert(
	CogBlobMeasure value,
	int index
)
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the supplied index is not a valid index into this collection.
See Also