VS:SetInsertLocComp

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

Sets the insert location component of the object.

PROCEDURE SetInsertLocComp(
object :HANDLE;
componentIndex :INTEGER);
def vs.SetInsertLocComp(object, componentIndex):
    return None

Parameters

object HANDLE The object. Can be a wall, Wall Style, or the Wall Preferences.
componentIndex INTEGER The index of the insert location component.

Version

Availability: from Vectorworks 2023

See Also

VS Functions:

VS:GetInsertLocComp

VS Functions: [[VS:GetInsertLocComp]]