attach
Подключить программу AutoCAD.
Вызов:
int ires = autocad_request("attach");
Возвращает 0 при успешном подключении.
Пример:
int ires;
ires = autocad_request("attach");
if(ires != 0)
{
cout << "Can't attach AutoCAD\n";
return -1;
}
Created with the Personal Edition of HelpNDoc: Produce Kindle eBooks easily