Saves a selection set to a specific drawing.
int
ade_savetodwg(
ads_name sel_set,
ade_id dwg_id);
Returns RTNORM or an error code.
sel_set | Selection set name. |
dwg_id | Drawing ID of the destination drawing. |
To save objects queued for saving back to the source drawings, use ade_saveobjs.