VS:GtExWllClsrFrmStBStl: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 20:40, 15 September 2022

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

Description

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

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

Parameters

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

Return Value

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

Version

Availability: from Vectorworks 2023

See Also

VS Functions:

VS:StExWllClsrFrmStBStl

VS Functions: [[VS:StExWllClsrFrmStBStl]]