Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 730 Bytes

File metadata and controls

31 lines (24 loc) · 730 Bytes

SetWallInsLocByStyle

Description

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

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

Parameters

Name Type Description
hObject HANDLE The symbol definition, plug-in object style, or plug-in object.
byStyle BOOLEAN Whether the wall insert location is by style.

See Also

VS Functions: GetWallInsLocByStyle

Version

Availability: from Vectorworks 2022

Category