CommandAliasList.GetMacro Method

CommandAliasListGetMacro Method

Returns the macro of a command alias.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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)"]

See Also