Set the wall's caps' offsets.
FUNCTION SetWallCapsOffsets(
theWall : HANDLE;
leftCapLeftDistance : REAL;
leftCapRightDistance : REAL;
rightCapLeftDistance : REAL;
rightCapRightDistance : REAL): BOOLEAN;def vs.SetWallCapsOffsets(theWall, leftCapLeftDistance, leftCapRightDistance, rightCapLeftDistance, rightCapRightDistance):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| theWall | HANDLE | The wall. |
| leftCapLeftDistance | REAL | The left offset of the left wall cap. |
| leftCapRightDistance | REAL | The right offset of the left wall cap. |
| rightCapLeftDistance | REAL | The left offset of the right wall cap. |
| rightCapRightDistance | REAL | The right offset of the right wall cap. |
CJG 6-27-06
VS Functions: GetWallCapsOffsets
Availability: from VectorWorks12.5