 | CAEXFileStatisticServiceNumberOfInternalElements Method |
Counts all InternalElement objects and returns the result.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic int NumberOfInternalElements(
CAEXFileType caexFile
)
Public Function NumberOfInternalElements (
caexFile As CAEXFileType
) As Integer
public:
virtual int NumberOfInternalElements(
CAEXFileType^ caexFile
) sealed
Parameters
- caexFile CAEXFileType
- The CAEX file.
Return Value
Int32Total number of all InternalElements
Implements
IStatisticNumberOfInternalElements(CAEXFileType)
See Also