Skip to content

GET_PREV_SWIMLANE ​

GET_PREV_SWIMLANE returns the object ID of the previous swimlane for the swimlane with the given object ID. For a horizontal swimlane this is the next swimlane above, for vertical swimlanes the next swimlane on the left-hand side.

Syntax ​

leo-grammar
CC "Modeling" GET_PREV_SWIMLANE objid:idValue .


# --> RESULT ecode:intValue objid:idValue
CC "Modeling" GET_PREV_SWIMLANE objid:idValue .


# --> RESULT ecode:intValue objid:idValue

Parameters ​

  • objid (idValue) -

Returns ​

  • ecode (intValue) - contains the error code or is 0 in case of success.
  • objid (idValue) - a result objid of 0 means that the given swimlane is the first one in the model.

Details ​

See Also ​

GET_NEXT_SWIMLANE

Examples ​

asc
CC "Modeling" GET_PREV_SWIMLANE
CC "Modeling" GET_PREV_SWIMLANE

Versions and Changes ​

Available since ADOxx 1.3