VS:SetCompInsertLoc: Difference between revisions

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

Latest revision as of 20:40, 15 September 2022

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