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