© 2012 Autodesk
§Make a procedure an AutoCAD command by adding an attribute
§
§<CommandMethod("HelloWorld")> _
§Public Sub HelloWorld()
§End Sub
§
§An attribute is added to the metadata for that procedure
§
§CommandMethod or CommandMethodAttribute type accepts several parameters in its constructor such as group name, global and local names, command flags and more (Use the object browser)
Add an AutoCAD command using
    an Attribute