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| Name | Type | Description |
|---|---|---|
| c | CRITERIA | Search criteria. |
WidthValue:=Width(N='Box');Availability: from All Versions