VS:GetWallInsLocByStyle

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

Gets whether the wall insert location of a symbol definition, plug-in object style, or plug-in object is by style.

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

Parameters

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

Return Value

Whether the wall insert location of the symbol definition, plug-in object style, or plug-in object is by style.

Version

Availability: from Vectorworks 2022

See Also

VS Functions:

VS:SetWallInsLocByStyle

VS Functions: [[VS:SetWallInsLocByStyle]]