CommandAliasList.GetMacro Method

CommandAliasListGetMacro Method

Returns the macro of a command alias.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static string GetMacro(
	string alias
)
Public Shared Function GetMacro ( 
	alias As String
) As String

Parameters

alias
Type: SystemString
[in] The name of the command alias.

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.ApplicationSettings.CommandAliasList.GetMacro(System.String)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also