NAME

RgetUseCellRepr - get cell representation as set by RuseAs

SYNOPSIS

#include "csf.h"

CSF_CR RgetUseCellRepr(const MAP *map);

PARAMETERS

const MAP *map
map handle

DESCRIPTION

RgetUseCellRepr returns the cell representation as set by RuseAs

RETURNS

the cell representation as set by RuseAs

Possible values for a

CSF_CR
are as follows: * preferred version 2 cell representations * other version 2 cell representations * version 1 cell representations these can be returned by BUT NOT passed to a csf2 function * this one CANNOT be returned by NOR passed to a csf2 function

SEE ALSO

RgetCellRepr