Set the wall's caps.
FUNCTION SetWallCaps(
theWall : HANDLE;
leftCap : BOOLEAN;
rightCap : BOOLEAN;
round : BOOLEAN): BOOLEAN;def vs.SetWallCaps(theWall, leftCap, rightCap, round):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| theWall | HANDLE | The wall. |
| leftCap | BOOLEAN | Whether or not the wall has a left cap. |
| rightCap | BOOLEAN | Whether or not the wall has a right cap. |
| round | BOOLEAN | Whether or not the wall's caps are round. |
CJG 6-27-06
VS Functions: GetWallCaps
Availability: from VectorWorks12.5