CogSegmentsChangedEventArgs Constructor Cognex VisionPro 9.7
Construct the CogSegmentsChangedEventArgs object with the supplied start index and end index.

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

public CogSegmentsChangedEventArgs(
	int startIndex,
	int endIndex
)

Parameters

startIndex
Type: System Int32
The index of the first changed segment.
endIndex
Type: System Int32
The index of the last changed segment.
See Also