Terminates the Spatial+ library.
Syntax
intl pipTerm ( pipHandle h );
Arguments
h The handle returned by pipInit for the current instance of Spatial+. Input.
Return Value
PIP_OK
pipInit.
Prerequisites
Alternates
None.
Notes
Terminates the Spatial+ library. Do not call any Spatial+ library functions after termination.
Example
See pipInit.