Click or drag to resize

IStatisticNumberOfInterfaceInstances Method

Counts all ExternalInterface objects and returns the result.

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

Parameters

caexFile  CAEXFileType
The CAEX file.

Return Value

Int32
Total number of all ExternalInterfaces
See Also