VS:SetSegPt2: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 14:38, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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.

Version

Availability: from All Versions

See Also

VS Functions:

VS:SetSegPt1

VS Functions: [[VS:SetSegPt1]]