Click or drag to resize

IStatisticNumberOfLinks Method

Counts all InternalLink objects and returns the result.

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

Parameters

caexFile  CAEXFileType
The CAEX file.

Return Value

Int32
Total number of all InternalLinks
See Also