What is the difference between CadInputQueue.SendDragPoints and CadInputQueue.SendAdjustedDragPoints?
I cant seem to find any literature explaining what they do.
Thanks
Bentley Accredited Developer: iTwin Platform - AssociateLabyrinth Technology | dev.notes() | cad.point
Unknown said:What is the difference between CadInputQueue.SendDragPoints and CadInputQueue.SendAdjustedDragPoints?
The Adjusted version takes into account an active tentative point.
Unknown said:I cant seem to find any literature explaining what they do
I found both methods in VBA help.
Regards, Jon Summers LA Solutions
Unknown said:I didn't realize I should refer to VBA help for .NET
Yes: with MicroStation V8, your .NET application references the VBA COM server. You're invoking COM objects through an InterOp. You can, in addition, call MDL functions through P/Invoke.
Search MSDN for more information about InterOps and P/Invoke.
With MicroStation CONNECT, we can write .NET code without referring to the COM server.