GMOperatorsInterfaces Global Function CATCGMCreateTopCAACompliantJournalChecker


CATCGMCreateTopCAACompliantJournalChecker( iReport,
iResult,
const iFeatureName,
iErrorVerdictOutput,
iErrorWarningOutput,
iVerdictVerbose= TRUE,
iHTML_OUTPUT= FALSE)
Constructs a CATICGMTopCAACompliantJournalChecker object.
Parameters:
iReport
The pointer to the journal to be checked.
iResult
The pointer to resulting body.
iFeatureName
The feature name: mainly to be used when checking a feature - otherwise, any string can be specified.
iErrorVerdictOutput
The name of the stream that contains the check global verdict.
iErrorWarningOutput
The name of the stream that contains the check details (possible errors and warnings).
iVerdictVerbose
Specifies whether the verdict file must be restricted to the global verdict (FALSE) or must provide a verdict for each rule to be checked (TRUE):
  • the correct backtracking of cells (mandatory)
  • the existence of non bording cells in the report
  • the existence of geometry in the report
  • the appropriate naming of cells.
iHTML_OUTPUT
Specifies whether check results are to be output in html format in the specified iErrorVerdictOutput and iErrorWarningOutput (TRUE).
Returns:
[out, IUnknown#Release] The check verdict: O if the check is valid - 1 if the check is invalid.

This object is included in the file: CATICGMTopCAACompliantJournalChecker.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.