VS:GetWallInsertLocOff: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 18:24, 15 September 2021

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