NAME

RputValueScale - put new value scale

SYNOPSIS

#include "csf.h"

CSF_VS RputValueScale
(
	MAP *map,
	CSF_VS valueScale
);

PARAMETERS

MAP *map
map handle
CSF_VS valueScale
new value scale

Possible values for a

CSF_VS
are as follows: * version 1 datatypes, these can be returned by BUT NOT passed to a csf2 function * version 2 datatypes these two can be returned by or passed to a csf2 function * this one CANNOT be returned by NOR passed to a csf2 function

DESCRIPTION

RputValueScale changes the value scale of the map.

RETURNS

new value scale or VS_UNDEFINED in case of an error.

Possible values for a

CSF_VS
are as follows: * version 1 datatypes, these can be returned by BUT NOT passed to a csf2 function * version 2 datatypes these two can be returned by or passed to a csf2 function * this one CANNOT be returned by NOR passed to a csf2 function

NOTE

Note that there is no check if the cell representation is complaint.

MERRNO

NOACCESS