Click or drag to resize

IStatisticsManagerImportSetSetStatistics Method

Obtains the statistics for the provided list of Import Sets, or all Import Sets if none are provided.

Namespace:  EdaIntegrationContract.Statistics
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
IEnumerable<IImportSetStatistics> ImportSetSetStatistics(
	IEnumerable<int> importSetIds = null
)

Parameters

importSetIds (Optional)
Type: System.Collections.GenericIEnumerableInt32
A list of import set identifiers

Return Value

Type: IEnumerableIImportSetStatistics
A list if IImportSetStatistics containing the available statistics for each Import Set.
See Also