SE_rastileinfo_create

Creates an SE_RASTILEINFO structure

Usage syntax

LONG SE_rastileinfo_create (SE_RASTILEINFO *tile);

Parameters
tile A pointer to the raster tile structure
Description

SE_rastileinfo_create allocates and initializes an SE_RASTILEINFO structure which contains information about a raster tile. 

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_SDE_NOT_STARTED

Notes

∙ You must call this function to create a valid SE_RASTILEINFO object before using any other function that requires an SE_RASTILEINFO pointer.