[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

LABEL (PHOP,*,STOP,*)

Purpose

Use Label to insert a Label structure element into the open structure following the element pointer or to replace the element pointed at by the element pointer with a Label structure element, depending on the current edit mode.

This structure element defines a label that the application uses to reference and modify structure elements.

Language Bindings

C

plabel (label_id)

Input Parameters

Pint label_id
Label identifier.

FORTRAN

PLB (label)

Input Parameters

integer label
Label identifier.

Errors

5
Function Requires State (PHOP,*,STOP,*)

Related Subroutines

  • Delete Elements Between Labels

  • Set Element Pointer At Label


  • [ Previous | Next | Contents | Glossary | Home | Search ]