CogSegmentAddedEventArgs Constructor Cognex VisionPro 9.25 SR1
Construct the CogSegmentAddedEventArgs object with the supplied index.

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

public CogSegmentAddedEventArgs(
	int index
)

Parameters

index
Type: System Int32
The index of the added segment.
See Also