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