VS:SetCompInsertLoc

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

Sets the component insert location of the object.

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

Parameters

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

Version

Availability: from Vectorworks 2023

See Also

VS Functions:

VS:GetCompInsertLoc

VS Functions: [[VS:GetCompInsertLoc]]