CadCmdGetData
Returns the data of the command.
void CadCmdGetData (
YuHandle hDwg,
void* pData
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - pData (void*)
- Caller-supplied output pointer.
Return Value
None.