CogPolygon VertexCapacity Property Cognex VisionPro
The maximum number of vertices that may be held by this polygon without reallocating storage.

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

public int VertexCapacity { get; }

Property Value

Type: Int32
Remarks

Returns the maximum number of vertices that may be held by this polygon without reallocating storage.

Default Value: 0

See Also