VS:GetUseWallClosure

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

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

FUNCTION GetUseWallClosure(
hObject :HANDLE) : BOOLEAN;
def vs.GetUseWallClosure(hObject):
    return BOOLEAN

Parameters

hObject HANDLE The symbol definition, plug-in object style, or plug-in object.

Return Value

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

Version

Availability: from Vectorworks 2022

See Also

VS Functions:

VS:SetUseWallClosure

VS Functions: [[VS:SetUseWallClosure]]