Hi,
What is the difference between idfmovenode and idfmoveopertaion, what exactly it does in DFC
and also same for idfdeletenode and idfdeletoperation etc..
Thanks
Pradeep Gaddiapti
Well an operation is well.. an operation and it contains nodes. Nodes are elements which define the context of a given operation (for example, if I use a create move operation, I'll have to indicate which object(s) I want to move, where,...). There's an article on DFC operations on the dmdeveloper.com website (http://www.bluefishgroup.com/library/2002/dfc-operations-package/). Even if it's old (I think most of the sample code may give errors in 6.X DFC operations) it presents you the concept of operations. I think you should refer to the DFC development guide or have a look at the sample code bundled with the DFC javadocs.
Regards,
Stephane