VS:GetCompInsertLocOff: 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

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