LoadActionPreset

Introduced

v1.0

Description

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.

Scripting Syntax

oReturn = LoadActionPreset( Model, [FileName], [Name] );

Return Value

Returns the ActionSource.

Parameters

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

See Also

ImportAction ExportAction