SE_rasbandinfo_get_extent

Retrieves the raster band extent.

Usage syntax

LONG SE_rasbandinfo_get_extent
(const SE_RASBANDINFO rasterband,
SE_ENVELOPE *envelope);

Parameters
rasterband The rasterband handle
envelope A pointer to an SE_ENVELOPE object
Description

SE_rasbandinfo_get_extent retrieves the width and height of the raster band into an SE_ENVELOPE object. This function returns meaningful information for an SE_RASBANDINFO object that describes an existing raster band only.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_RASBANDINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED