Click or drag to resize

SourceStatistics Class

Provides processing statistics about the source item.
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ImportSourceStatistics

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class SourceStatistics

The SourceStatistics type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisYield
Number of items processed.
Public propertyAnalysisYieldSize
Size of the items processed.
Public propertyErrors
Number of processing errors.
Public propertyFailures
Number of processing failures.
Public propertyInventoried
Number of items inventoried.
Public propertyInventoriedSize
Size of the items inventoried.
Public propertyWarnings
Number of process warnings.
Top
See Also