Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 516 Bytes

File metadata and controls

31 lines (23 loc) · 516 Bytes

GetWallStyle

Description

Gets the name of the Wall Style for theWall.

FUNCTION GetWallStyle(theWall : HANDLE): STRING;
def vs.GetWallStyle(theWall):
    return STRING

Parameters

Name Type Description
theWall HANDLE The wall.

Remarks

Gets the name of the Wall Style for theWall

See Also

VS Functions: SetWallStyle

Version

Availability: from VectorWorks12.0

Category