VS:GetWallInsLocByStyle: Difference between revisions

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

Latest revision as of 18:24, 15 September 2021

.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]]