Click or drag to resize

IStatisticNumberOfAttributes Method

Counts all Attribute objects and returns the result.

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

Parameters

caexFile  CAEXFileType
The CAEX file.

Return Value

Int32
Total number of all attributes.
See Also