Click or drag to resize

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
)

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