Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 643 Bytes

File metadata and controls

34 lines (26 loc) · 643 Bytes

SetSegPt2

Description

Procedure SetSegPt2 sets the location of the end point of the referenced line or wall object.

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

Parameters

Name Type Description
h HANDLE Handle to arc.
p REAL New end point of line.

Remarks

Although GetSegPt1 works on linear dimensions this call does not successfully set the pt for a dimension.

See Also

VS Functions: SetSegPt1

Version

Availability: from All Versions

Category