Validates the Spatial+ object file.
Syntax
intl pipObjectFileValidate ( pipHandle h, pstr filename );
Arguments
h The handle returned by pipInit for the current instance of Spatial+. Input.
filename The complete path and filename of the Spatial+ object file to validate. Input.
Return Value
PIP_OK = File successfully validated
PIP_ERROR = File not successfully validated. Use pipErrorGet to retrieve details
Prerequisites
pipInit
Alternates
None.