VS:StExWllClsrFrmStBStl

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

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

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

Parameters

hObject HANDLE The symbol definition, plug-in object style, or plug-in object.
byStyle BOOLEAN Whether the exclude wall closure from settings of a symbol definition, plug-in object style, or plug-in object are by style.

Return Value

Whether the call succeeded.

Version

Availability: from Vectorworks 2023

See Also

VS Functions:

VS:GtExWllClsrFrmStBStl

VS Functions: [[VS:GtExWllClsrFrmStBStl]]