Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 971 Bytes

File metadata and controls

37 lines (30 loc) · 971 Bytes

SetExWllClsrFrmSt

Description

Sets the exclude wall closure from settings of a symbol definition, plug-in object style, or plug-in object.

FUNCTION SetExWllClsrFrmSt(
				hObject : HANDLE;
				left    : BOOLEAN;
				right   : BOOLEAN;
				top     : BOOLEAN;
				bottom  : BOOLEAN): BOOLEAN;
def vs.SetExWllClsrFrmSt(hObject, left, right, top, bottom):
    return BOOLEAN

Parameters

Name Type Description
hObject HANDLE The symbol definition, plug-in object style, or plug-in object.
left BOOLEAN The exclude wall closure from left setting.
right BOOLEAN The exclude wall closure from right setting.
top BOOLEAN The exclude wall closure from top setting.
bottom BOOLEAN The exclude wall closure from bottom setting.

See Also

VS Functions: GetExWllClsrFrmSt

Version

Availability: from Vectorworks 2023

Category