VRemoveScale


 
Name
  VRemoveScale - removes the specified multi-resolution scale from memory.
 
Synopsis
  VRemoveScale(label)
  char *label;
 
Description
  VRemoveScale removes the specified multi-resolution scale from memory.
 
Return Value
  0 - work successfully.
  244 - the scale does not exist.
  259 - cannot remove scale when this scale is on.
 
Parameters
  label - specifies the label of the scale to be removed.
 
Side Effects
  None.
 
Entry Conditions
  VSetScaleInformation must be called first. If the scale is on, 
VEraseScale should be called first.
 
Related Functions
VDisplayScale, VSelectScaleValue, VGetScaleInformation, VSetScaleInformation, VGetScaleLayoutInforamtion, VCheckScaleEvents, VEraseScale.