ImageEn, unit ievect

TImageEnVect.PolylineEndingMode

TImageEnVect.PolylineEndingMode

Declaration

property PolylineEndingMode: TIEPolylineEndingMode;

Description

Specifies how terminate the insertion of a polyline. For ieemDoubleClick and ieemMouseUp the user can also click the Escape key.
Using ieemManual you must interrupt manually the inserting call CancelInteracts or setting a new value in MouseInteractVt.

Default: ieemDoubleClick (user must double-click)

Transition Information

There is no TImageEnView Layer equivalent of PolylineEndingMode. It is not needed as polyline insertion always ends on double-click or Enter key.