Terminates a polygon overlap check operation.
Syntax
intl pipTerminateOverlapCheck ( pipOverlapHandle over_h );
Arguments
over_h Handle for overlap check operation. Input.
Return Value
PIP_OK PIP_ERROR
Prerequisites
pipInitializeOverlapCheck.
Alternates
None.
Notes
This function terminates a polygon overlap check operation and frees the associated resources.
Example