Click or drag to resize

CAEXFileStatisticServiceNumberOfInterfaceClasses(CAEXFileType) Method

Counts all InterfaceClass objects and returns the result.

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

Parameters

caexFile  CAEXFileType
The CAEX file.

Return Value

Int32
Total number of all InterfaceClasses

Implements

IStatisticNumberOfInterfaceClasses(CAEXFileType)
See Also