SE_spatialrefinfo_set_description

Sets the description for a spatial reference object.

Usage syntax

LONG SE_spatialrefinfo_set_description (SE_SPATIALREFINFO spatialref, const CHAR *description);

Parameters
spatialref A pointer to the spatial reference
description A pointer to a character string description of the spatial reference
Description

Sets the description for a spatial reference object. Use SE_MAX_DESCRIPTION_LEN when declaring the description parameter.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_SPATIALREFINFO_OBJECT