Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 511 Bytes

File metadata and controls

27 lines (21 loc) · 511 Bytes

GetSegPt1

Description

Procedure GetSegPt1 returns the X-Y coordinates of the start point of the referenced line, wall, or linear dimension object.

PROCEDURE GetSegPt1(
				h         : HANDLE;
				VAR pX,pY : REAL);
def vs.GetSegPt1(h):
    return p

Parameters

Name Type Description
h HANDLE Handle to line.
p REAL Coordinates of start point.

Version

Availability: from All Versions

Category