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

Description:

Set the object point with id specified do not use in processing status to on or off.

Syntax:

"SetPointToUseInProcessing PointID state"

where:

PointID is the ID of the point and state is a 1 or 0 to turn the ‘Do not use in processing flag on (1) or off (0).

Return:

"1" if successful or "0" if not.

Failure returns

- no project open,

- no object point with specified id.

Example:

"SetPointToUseInProcessing 1 1"

return: "1"