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