SE_rasterattr_get_tile_size

Retrieves the row and column numbers.

Usage syntax

LONG SE_rasterattr_get_tile_size (SE_RASTERATTR handle, LONG *tile_width, LONG *tile_height);

Parameters
handle The SE_RASTERATTR handle
tile_width The tile width
tile_height The tile height
Description

SE_rasterattr_get_tile_size returns the tile height and width returned as a number of pixels.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_RASTERATTR_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED