Skip to content

GET_NEXT_SWIMLANE ​

GET_NEXT_SWIMLANE returns the object ID of the succeeding swimlane for the swimlane with the given object ID. For a horizontal swimlane this is the next swimlane below, for vertical swimlanes the next swimlane on the right-hand side.

Syntax ​

leo-grammar
CC "Modeling" GET_NEXT_SWIMLANE objid:idValue

# --> RESULT ecode:intValue objid:idValue
CC "Modeling" GET_NEXT_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 last one in the model.

Details ​

See Also ​

GET_PREV_SWIMLANE

Examples ​

asc
CC "Modeling" GET_NEXT_SWIMLANE
CC "Modeling" GET_NEXT_SWIMLANE

Versions and Changes ​

Available since ADOxx 1.3