Returns the height of an object. If more than one object matches the search criteria, the function will return the sum of all the matching object heights.
FUNCTION Height(c : CRITERIA): REAL;def vs.Height(c):
return REAL| Name | Type | Description |
|---|---|---|
| c | CRITERIA | Search criteria. |
HeightValue:=Height(N='North Wall');HeightValue = vs.Height((N='North Wall'))Availability: from All Versions