PreviousNext
Help > Programming PhotoModeler - Scripting/DDE Interface > Commands > SetPhotoSet
SetPhotoSet

Description:

Create a photo set by passing in the name and list of photos to include

Syntax:

"SetPhotoSet psName p1 p2 p3"

where:

psName is a string for the name

p1 p2... are photo id's of photos in the project

Return:

"1" if successful, "0" if not successful.

Failure returns

- missing photo's ID,

- non-unique name.

Example:

"SetPhotoSet pset 2 4 8"

return: "1"