Returns the area of an object. If more than one object matches the search criteria, the function will return the sum of all the matching object areas.
FUNCTION AreaN(c : CRITERIA): REAL;def vs.AreaN(c):
return REAL| Name | Type | Description |
|---|---|---|
| c | CRITERIA | Search criteria. |
totalA:=AreaN((C='Plywood'));
{returns the area of all objects in class 'Plywood'}Availability: from Vectorworks 2012