VS:GetInsertLocComp

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

Gets the insert location component of the object.

FUNCTION GetInsertLocComp(
object :HANDLE) : INTEGER;
def vs.GetInsertLocComp(object):
    return INTEGER

Parameters

object HANDLE The object. Can be a wall, Wall Style, or the Wall Preferences.

Return Value

The index of the insert location component.

Version

Availability: from Vectorworks 2023

See Also

VS Functions:

VS:SetInsertLocComp

VS Functions: [[VS:SetInsertLocComp]]