Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi! I want to set shortcuts to my .Net commands. For sample:
My routine
<Autodesk.AutoCad.Runtime.CommandMethod("bomdia")>
Public Sub BomDia()
MsgBox("BomDia")
End Sub
Name command: bomdia
Alies command: bd
I know that it is possible to edit the acad.pgp file using FileSystem, but I wonder if there is any native or correct way to be done
Thank you
Solved! Go to Solution.