yucad3d

CadViewGetPoint

Returns the point of the view.

void CadViewGetPoint ( YuHandle hDwg, void* hWin, double* pX, double* pY, double* pZ );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hWin (void*)
Host window handle (Win32 HWND, passed as an opaque pointer).
pX (double*)
Receives the coordinate (caller-supplied double*).
pY (double*)
Receives the coordinate (caller-supplied double*).
pZ (double*)
Receives the coordinate (caller-supplied double*).

Return Value

None.

See Also