Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 563 Bytes

File metadata and controls

35 lines (26 loc) · 563 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

  • Criteria