Description:

Verifies that a command alias exists in Rhino.

Syntax:
public static bool IsAlias(
string alias
)
Parameters:
  • alias
  • Type: string
  • [in] The name of the command alias.
Returns:
Type: bool
True if the alias exists.
Available since:
5.0

Nothing found