Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 739 Bytes

File metadata and controls

38 lines (25 loc) · 739 Bytes

vstSetPtBehavior

PROCEDURE vstSetPtBehavior(inStatusType : LONGINT);
def vs.vstSetPtBehavior(inStatusType):
    return None

Parameters

Name Type Description
inStatusType LONGINT

Remarks

0 - the tool will collect two points using click drag gesture

1 - the tool will collect one point

2 - the tool will collect two points using user click-click/drag pref setting

3 - the tool will collect three points

4 - the tool will collect multiple points - double-click completes

101 - the tool will draw a box

102 - the tool will draw an Ellipse

Version

Availability: from All Versions

This is drop-in function.

Category