yucad3d

CadCmdPutData

Sets the data of the command.

void CadCmdPutData ( YuHandle hDwg, void* pData, std::int32_t nBytes );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
pData (void*)
Caller-supplied output pointer.
nBytes (std::int32_t)
Integer value.

Return Value

None.

See Also