 | IStatisticNumberOfAllObjects Method |
Counts all objects (sum of all others with specific counts) and returns the result.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxint NumberOfAllObjects(
CAEXFileType caexFile
)
Function NumberOfAllObjects (
caexFile As CAEXFileType
) As Integer
int NumberOfAllObjects(
CAEXFileType^ caexFile
)
Parameters
- caexFile CAEXFileType
- The CAEX file.
Return Value
Int32Total number of all countable objects.
See Also