Your Ad Here

Go to: Synopsis. Return value. MEL examples.

Synopsis

loadNewShelf (string $file)

This procedure opens a shelf file and loads the shelf into the current session. The shelf will be saved in the users shelf directory.

NOTE: The file must be along the script path to be found.

Arguments

Variable Name Variable type Description
$filestringThe name of the shelf file. If null then the user is prompted for a name.

Return value

None

MEL examples

	loadNewShelf "";

Return to Autodesk Index


Your Ad Here