Click or drag to resize

CAEXFileStatisticServiceNumberOfInterfaceClasses(CAEXFileType, PredicateXNode) Method

Counts all InterfaceClass objects which meet the condition 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,
	Predicate<XNode> condition
)

Parameters

caexFile  CAEXFileType
The CAEX file.
condition  PredicateXNode
Condition for elements to be counted.

Return Value

Int32
Total number of all InterfaceClasses
See Also