Message 1 of 3
How to write user defined command in c# for inventor

Not applicable
05-28-2018
08:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Autocad user can add c# code for user defined commands which user can write in command prompts and then call function of C# say [CommandMethod("DrawTable")] function(){}, How can i write same user defined command function for inventor which will run when user enter command "DrawTable" in inventor command prompts and from c# the defined method will run.
I have to draw table on drawing on user run command for inventor, can you send me some example to how to draw table on drawing on user enter command for inventor using c#. Also how to trigger command in inventor.