| StatisticsManagerImportSetSetStatistics Method |
Obtains the statistics for the provided list of Import Sets, or all Import Sets if none are provided.
Namespace:
Law.EdaIntegration.Statistics
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax public IEnumerable<ImportSetStatistics> ImportSetSetStatistics(
IEnumerable<int> importSetIds = null
)
Parameters
- importSetIds (Optional)
- Type: System.Collections.GenericIEnumerableInt32
[Missing <param name="importSetIds"/> documentation for "M:Law.EdaIntegration.Statistics.StatisticsManager.ImportSetSetStatistics(System.Collections.Generic.IEnumerable{System.Int32})"]
Return Value
Type:
IEnumerableImportSetStatisticsA list if
ImportSetSetStatistics(IEnumerableInt32) containing the available statistics for each Import Set.
See Also