Vectorworks 2012 Deprecated Functions. See LengthN for a replacement.
Returns the length of an object. If more than one object matches the search criteria, the function will return the sum of all the matching object lengths.
FUNCTION Length(c : CRITERIA): REAL;def vs.Length(c):
return REAL| Name | Type | Description |
|---|---|---|
| c | CRITERIA | Search criteria. |
LengthValue:=Length(C='CrossMembers');
{returns the length of all objects in class 'CrossMembers'}Availability: from All Versions Deprecated: Vectorworks 2012 Deprecated Functions