Message 1 of 4
Not applicable
02-27-2019
08:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello guys,
I want to load a lisp file using C#. here is my code:
Editor ed; Document doc; doc = Application.DocumentManager.MdiActiveDocument; ed = doc.Editor; string myStr = @"(LOAD ""c:/rigging/Chok.lsp"")"; ed.Command(myStr);
I would appreciate it if you let me know what is wrong with this code?
When I copy and past my string which is (LOAD "c:/rigging/Chok.lsp") in command line it works!
Thanks,
Solved! Go to Solution.