Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 737 Bytes

File metadata and controls

38 lines (30 loc) · 737 Bytes

SetWallCaps

Description

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

Parameters

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.

Remarks

CJG 6-27-06

See Also

VS Functions: GetWallCaps

Version

Availability: from VectorWorks12.5

Category