Verifies that a command alias exists in Rhino.
Rhino.IsAlias (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.IsAlias("Hello")