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