VS:GetCompInsertLocOff

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

Gets the component insert location offset of the object.

FUNCTION GetCompInsertLocOff(
object :HANDLE) : REAL;
def vs.GetCompInsertLocOff(object):
    return REAL

Parameters

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

Return Value

The component insert location offset of the object.

Version

Availability: from Vectorworks 2023

See Also

VS Functions:

VS:SetCompInsertLocOff

VS Functions: [[VS:SetCompInsertLocOff]]