PEXFreePickMeasure - Free Pick Measure


Synopsis

 
   void PEXFreePickMeasure(
        Display *display,
        PEXPickMeasure pick_measure
   )
 

Arguments

display
A pointer to a display structure returned by a successful XOpenDisplay call.

pick_measure
The resource identifier of the pick measure.

Returns

None.

Description

Invoke PEXFreePickMeasure to delete the pick measure resource and free the memory associated with it.

Errors

BadPEXPickMeasure
The specified pick measure resource identifier is invalid.

See Also

For a list of all PHIGS Workstation Picking functions and related topics, see PHIGS Workstation Picking.