CadImagePutFile
Sets the file of the raster image entity.
void CadImagePutFile (
YuHandle hEnt,
const char* szFile
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- szFile (const char*)
- NUL-terminated UTF-8 string.
Return Value
None.
Sets the file of the raster image entity.
None.