CadGetDescr
Returns the drawing's description string.
void CadGetDescr (
YuHandle hDwg,
void* pStr
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - pStr (void*)
- Caller-supplied output pointer.
Return Value
None.