CARIS HPD : HPD® Server API : Markers : P_MARKERAPI : SETMARKERSTATUS
 

SETMARKERSTATUS

Apply a status flag to a marker.

The marker status and corresponding IDs are shown in the following table.

Marker Status ID

Marker Status

0

ACTIVE

1

DISMISSED

2

CLOSED

3

SUBMITTED

4

ACCEPTED

5

REJECTED

Input

Parameter

Type

Description

p_marker_id

NUMBER

ID of the marker.

p_new_status

NUMBER

ID of the status flag.

Example

begin

p_markerapi.setmarkerstatus(1, 2);

end;

/

Exceptions

marker_id is invalid or does not currently exist

user_id is invalid or does not currently exist.

User ID <id> is already the owner of Marker <id>.