Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 505 Bytes

File metadata and controls

24 lines (18 loc) · 505 Bytes

OLDGetDragSnapPoint

Description

If the object has been dragged and snapped, the fuction will return TRUE and the point parameter will contain the snapping location.

FUNCTION OLDGetDragSnapPoint(VAR point : VECTOR): BOOLEAN;
def vs.OLDGetDragSnapPoint():
    return (BOOLEAN, point)

Parameters

Name Type Description
point VECTOR

Version

Availability: from Vectorworks 2018

Category