If the supplied value is less than or equal to the current VertexCapacity, there will be no change. Otherwise, ensure that VertexCapacity is greater than or equal to the supplied value.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- minNumVertices
- Type: System Int32
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | minNumVertices < 0. |
Remarks
Changed Raised when the value of this property changes.
Remarks
Ensures a reserve for a specified number of vertices. If minNumVertices is less than or equal to VertexCapacity there is no change. Otherwise, VertexCapacity is greater than or equal to minNumVertices.
See Also