SE_rasterattr_create

Creates an SE_RASTERATTR structure

Usage syntax

LONG SE_rasterattr_create (SE_RASTERATTR *handle, BOOL input_mode);

Parameters
handle A pointer to the raster attribute structure
input_mode If TRUE, set for input. If FALSE, set for output
Description

SE_rasterattr_create allocates and initializes an SE_RASTERATTR structure which contains information about raster attributes. 

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_RASTERATTR object before using any other function that requires an SE_RASTERATTR pointer.