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