SE_spatialrefinfo_set_description |
Sets the description for a spatial reference object.
LONG SE_spatialrefinfo_set_description (SE_SPATIALREFINFO spatialref, const CHAR *description);
spatialref | A pointer to the spatial reference |
description | A pointer to a character string description of the spatial reference |
Sets the description for a spatial reference object. Use SE_MAX_DESCRIPTION_LEN when declaring the description parameter.
SE_SUCCESS
SE_FAILURE
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_SPATIALREFINFO_OBJECT