CommandAliasListDelete Method |
Deletes an existing command alias from Rhino.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static bool Delete(
string alias
)
Public Shared Function Delete (
alias As String
) As Boolean
Parameters
- alias
- Type: SystemString
[in] The name of the command alias.
Return Value
Type:
Booleantrue if successful.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also