Skip to main content
Version: 1.0.0

getPictureFileName

getPictureFileName* ( *aPicture * : picture) : string

ParameterTypeDescription
aPicturepicturePicture for which to get default name
ResultstringDefault name of picture file

Description

The getPictureFileName command returns the current default name of the picture passed as parameter.

The default name is used when exporting the picture to a disk file. It can be set automatically based on the original name of the picture file imported into the picture variable, or using the setPictureFileName command.

If the picture does not have a default name, the command returns an empty string.

See also

setPictureFileName