Click or drag to resize

IStatisticNumberOfAllObjects Method

Counts all objects (sum of all others with specific counts) and returns the result.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
int NumberOfAllObjects(
	CAEXFileType caexFile
)

Parameters

caexFile  CAEXFileType
The CAEX file.

Return Value

Int32
Total number of all countable objects.
See Also