VS:GetZatXY
From Vectorworks Developer
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Returns the Z elevation of a point X,Y on the specified object. If hObject = NIL then searches all visible objects; hObject = layer - all objects on the layerFUNCTION GetZatXY(
hObject :HANDLE;
X :REAL;
Y :REAL;
VAR outZ :REAL) : BOOLEAN;
def vs.GetZatXY(hObject, X, Y): return (BOOLEAN, outZ)
Parameters
hObject HANDLE X REAL Y REAL outZ REAL