Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 711 Bytes

File metadata and controls

31 lines (24 loc) · 711 Bytes

SetUseWallClosure

Description

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

FUNCTION SetUseWallClosure(
				hObject        : HANDLE;
				useWallClosure : BOOLEAN): BOOLEAN;
def vs.SetUseWallClosure(hObject, useWallClosure):
    return BOOLEAN

Parameters

Name Type Description
hObject HANDLE The symbol definition, plug-in object style, or plug-in object.
useWallClosure BOOLEAN The use wall closure setting.

See Also

VS Functions: GetUseWallClosure

Version

Availability: from Vectorworks 2022

Category