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 layer
FUNCTION GetZatXY(
hObject : HANDLE;
X : REAL;
Y : REAL;
VAR outZ : REAL): BOOLEAN;def vs.GetZatXY(hObject, X, Y):
return (BOOLEAN, outZ)| Name | Type | Description |
|---|---|---|
| hObject | HANDLE | |
| X | REAL | |
| Y | REAL | |
| outZ | REAL |
Availability: from Vectorworks 2014