Creates new RecipeAction instance based on given ICommandData.
Namespace: Ico.Recipe.NavigatorAssembly: IcoRecipeNavigator (in IcoRecipeNavigator.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public static RecipeAction FromCommandData( ICommandData data ) |
| Visual Basic |
|---|
Public Shared Function FromCommandData ( _ data As ICommandData _ ) As RecipeAction |
| JScript |
|---|
public static function FromCommandData( data : ICommandData ) : RecipeAction |
Parameters
- data
- Type: ICommandData