Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 395 Bytes

File metadata and controls

24 lines (19 loc) · 395 Bytes

vstDrawCoordLine

PROCEDURE vstDrawCoordLine(
				pt1X, pt1Y : REAL;
				pt2X, pt2Y : REAL);
def vs.vstDrawCoordLine(pt1X, pt1Y, pt2X, pt2Y):
    return None

Parameters

Name Type Description
pt1X, pt1Y REAL
pt2X, pt2Y REAL

Version

Availability: from Vectorworks 2011

Category