Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 595 Bytes

File metadata and controls

30 lines (23 loc) · 595 Bytes

PerimN

Description

Returns the perimeter of an object. If more than one object matches the search criteria, the function will return the sum of the matching objects' perimeters.

FUNCTION PerimN(c : CRITERIA): REAL;
def vs.PerimN(c):
    return REAL

Parameters

Name Type Description
c CRITERIA Search criteria.

Examples

PerimValue := PerimN(C='Fence');
{returns the total perimeter of all objects in the class 'Fence'}

Version

Availability: from Vectorworks 2012

Category