SE_spatialrefinfo_get_description

Returns a description of the supplied spatial reference object.

Usage syntax

LONG SE_spatialrefinfo_get_description (SE_SPATIALREFINFO spatialref, CHAR *description);

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

Returns the description of the supplied spatial reference object. Use SE_MAX_DESCRIPTION_LEN when declaring the description.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_INVALID_SPATIALREFINFO_OBJECT