ObjectARX
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Refresh Database in WFRM2ALL

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
399 Views, 3 Replies

Refresh Database in WFRM2ALL

Please help me refresh the data in WFRM2ALL autocad electrical.

I have an example as follows:

void RefreshDB()
{
resbuf *rb_in = acutBuildList(
RTSTR, _T("c:wd_mdb_rebuild"),
RTNIL,
RTNONE);
resbuf *rb_out;

acedInvoke(rb_in, &rb_out);

acutRelRb(rb_in);
acutRelRb(rb_out);
}

 

Thanks!

3 REPLIES 3
Message 2 of 4
owenwengerd
in reply to: Anonymous

What is your question?

--
Owen Wengerd
ManuSoft
Message 3 of 4
Anonymous
in reply to: owenwengerd

I want to refresh the parameters in the WFRM2ALL table how to do this?

Message 4 of 4
Anonymous
in reply to: Anonymous

Now, I find the solution but I think it is not optimal:

 

acDocManager->sendStringToExecute(acDocManager->curDocument(), _T("(c:ace_update_WFRM2ALL 1)\n"), true, true, false);

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report