VDeleteScale
Name
VDeleteScale - removes the specified multi-resolution scale from memory.
Synopsis
VDeleteScale(label)
char *label;
Description
VDeleteScale 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,
VUndisplayScale should be called first.
Related Functions
VDisplayScale,
VCheckScaleEvent,
VGetScaleInformation,
VSetScaleInformation,
VGetScaleLayoutInforamtion,
VCheckScaleEvents,
VUndisplayScale.