v1.0
Loads an action source preset file.
This command supports downloading files off the internet. If the filename
specified is a URL then the file is downloaded locally before the command
is executed.
oReturn = LoadActionPreset( Model, [FileName], [Name] ); |
Returns the ActionSource.
Parameter | Type | Description |
---|---|---|
Model | String | The model into which to load the action. |
FileName | String |
Full path to the file to load. Default Value: User is prompted to select a file. |
Name | String |
The name to use for the new Action. Default Value: The file name |