Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 738 Bytes

File metadata and controls

31 lines (24 loc) · 738 Bytes

SetUseWllClsrByStyle

Description

Sets whether the use wall closure setting of a symbol definition, plug-in object style, or plug-in object is by style.

FUNCTION SetUseWllClsrByStyle(
				hObject : HANDLE;
				byStyle : BOOLEAN): BOOLEAN;
def vs.SetUseWllClsrByStyle(hObject, byStyle):
    return BOOLEAN

Parameters

Name Type Description
hObject HANDLE The symbol definition, plug-in object style, or plug-in object.
byStyle BOOLEAN Whether the use wall closure setting is by style.

See Also

VS Functions: GetUseWllClsrByStyle

Version

Availability: from Vectorworks 2022

Category