Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 693 Bytes

File metadata and controls

32 lines (25 loc) · 693 Bytes

GetPolylineArcMaxRadius

Description

Return a maximum radius of the specified vertex of type arc or radius of a polyline.

FUNCTION GetPolylineArcMaxRadius(
				hPoly     : HANDLE;
				vertexNum : INTEGER): REAL;
def vs.GetPolylineArcMaxRadius(hPoly, vertexNum):
    return REAL

Parameters

Name Type Description
hPoly HANDLE Handle of the poliline
vertexNum INTEGER Index of vertex to be queried.

See Also

VS Functions: GetPolylineVertex | SetPolylineVertex

Version

Availability: from Vectorworks 2012

Category