yucad3d

CadPointPutTextOffset

Sets the text offset of the point.

void CadPointPutTextOffset ( YuHandle hEnt, double DX, double DY, double DZ );

Parameters

hEnt (YuHandle)
Handle to the entity.
DX (double)
Numeric value (double precision).
DY (double)
Numeric value (double precision).
DZ (double)
Numeric value (double precision).

Return Value

None.

See Also