SE_rasconstraint_create

Creates an SE_RASCONSTRAINT structure

Usage syntax

LONG SE_rasconstraint_create (SE_RASCONSTRAINT *constraint);

Parameters
constraint A pointer to the raster constraint structure
Description

SE_rasconstraint_create allocates and initializes an SE_RASCONSTRAINT structure which contains information about a raster constraint. 

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