Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 712 Bytes

File metadata and controls

31 lines (24 loc) · 712 Bytes

SetCompInsertLoc

Description

Sets the component insert location of the object.

PROCEDURE SetCompInsertLoc(
				object         : HANDLE;
				insertLocation : INTEGER);
def vs.SetCompInsertLoc(object, insertLocation):
    return None

Parameters

Name Type Description
object HANDLE The object. Can be a wall, Wall Style, or the Wall Preferences.
insertLocation INTEGER The component insert location of the object. 0 - None 1 - Left 2 - Center 3 - Right

See Also

VS Functions: GetCompInsertLoc

Version

Availability: from Vectorworks 2023

Category