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

Description:

Return the next available Point ID for marking points. This command also increments PhotoModeler's internal next ID to avoid Point ID overlap.

Syntax:

"GetNextPointID"

Return:

"1 n" where n is the next Point ID to be used with the MP command or "0" if this command failed.

Failure returns

- incorrect number of parameters

- no project is open.

Example:

"GetNextPointID"

return "1 12"