Get the wall's caps' offsets.
PROCEDURE GetWallCapsOffsets(
theWall : HANDLE;
VAR leftCapLeftOffset : REAL;
VAR leftCapRightOffset : REAL;
VAR rightCapLeftOffset : REAL;
VAR rightCapRightOffset : REAL);def vs.GetWallCapsOffsets(theWall):
return (leftCapLeftOffset, leftCapRightOffset, rightCapLeftOffset, rightCapRightOffset)| Name | Type | Description |
|---|---|---|
| theWall | HANDLE | The wall. |
| leftCapLeftOffset | REAL | Returns the left offset of the left wall cap. |
| leftCapRightOffset | REAL | Returns the right offset of the left wall cap. |
| rightCapLeftOffset | REAL | Returns the left offset of the right wall cap. |
| rightCapRightOffset | REAL | Returns the right offset of the right wall cap. |
CJG 6-27-06
VS Functions: SetWallCapsOffsets
Availability: from VectorWorks12.5