Click or drag to resize

IStatisticNumberOfInternalElements Method

Counts all InternalElement objects and returns the result.

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

Parameters

caexFile  CAEXFileType
The CAEX file.

Return Value

Int32
Total number of all InternalElements
See Also