TIEVisionVectorPoint.setPoint
Declaration
procedure setPoint(pos: int32_t; value: TIEVisionPoint); safecall;
Description
Replace or set an item value.
Parameter | Description |
pos | Item index |
value | Value of the item |
vector1.setPoint(0, IEVisionPoint(10, 20));