CadPutExData
Attaches an application-data blob to the drawing.
void CadPutExData (
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.