Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 595 Bytes

File metadata and controls

30 lines (23 loc) · 595 Bytes

LengthN

Description

Returns the length of an object. If more than one object matches the search criteria, the function will return the sum of all the matching object lengths.

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

Parameters

Name Type Description
c CRITERIA Search criteria.

Examples

LengthValue:=LengthN(C='CrossMembers');
{returns the length of all objects in class 'CrossMembers'}

Version

Availability: from Vectorworks 2012

Category