BulkChangedEventArgs Constructor Cognex VisionPro 9.25 SR1

Construct the BulkChangedEventArgs object with the specified new number of vertices.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax

public BulkChangedEventArgs(
	int newNumVertices
)

Parameters

newNumVertices
Type: System Int32
The new number of vertices in the Polygon.
See Also