yucad3d

CadPointGetTextOffset

Returns the text offset of the point.

void CadPointGetTextOffset ( YuHandle hEnt, double* pDX, double* pDY, double* pDZ );

Parameters

hEnt (YuHandle)
Handle to the entity.
pDX (double*)
Caller-supplied output pointer.
pDY (double*)
Caller-supplied output pointer.
pDZ (double*)
Caller-supplied output pointer.

Return Value

None.

See Also