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

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

public CogSegmentsRemovedEventArgs(
	int startIndex,
	int endIndex
)

Parameters

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