VS:GetWallInsertLocOff

From Vectorworks Developer
Revision as of 18:24, 15 September 2021 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

Gets the wall insert location offset of a symbol definition, plug-in object style, or plug-in object.

FUNCTION GetWallInsertLocOff(
hObject :HANDLE) : REAL;
def vs.GetWallInsertLocOff(hObject):
    return REAL

Parameters

hObject HANDLE The symbol definition, plug-in object style, or plug-in object.

Return Value

The wall insert location offset of the symbol definition, plug-in object style, or plug-in object.

Version

Availability: from Vectorworks 2022

See Also

VS Functions:

VS:SetWallInsertLocOff

VS Functions: [[VS:SetWallInsertLocOff]]