Deletes an existing command alias from Rhino.
Rhino.DeleteAlias (strAlias)
strAlias |
Required. String. The name of an existing command alias. |
Boolean |
True or False indicating success or failure. |
Null |
If not successful, or on error. |
MsgBox Rhino.DeleteAlias("Hello")