Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 591 Bytes

File metadata and controls

34 lines (26 loc) · 591 Bytes

Width

Description

Returns the width of an object matching the search criteria. If more than one object matches the search criteria, the function will return the sum of the matching object widths.

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

Parameters

Name Type Description
c CRITERIA Search criteria.

Examples

VectorScript

WidthValue:=Width(N='Box');

Python

Version

Availability: from All Versions

Category