Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 452 Bytes

File metadata and controls

24 lines (18 loc) · 452 Bytes

IsPolyClosed

Description

Returns true if the specified polyline or polygon is a closed shape, and false otherwise.

FUNCTION IsPolyClosed(polyHandle : HANDLE): BOOLEAN;
def vs.IsPolyClosed(polyHandle):
    return BOOLEAN

Parameters

Name Type Description
polyHandle HANDLE

Version

Availability: from Vectorworks 2014

Category