SE_layergrid_apply_envelope

Applies an envelope to a layer grid

Usage syntax

LONG SE_layergrid_apply_envelope (SE_LAYERGRID layergrid, const SE_ENVELOPE *envelope);
 

Parameters
layergrid The handle for the layer grid object to be updated
envelope The envelope to apply
Description

This function applies an envelope to the index grid being calculated.

Returns

SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_LAYERGRID_OBJECT
OUT_OF_MEMORY