 | ICAEXSequenceIndexOf Method |
Gets the Index of the specified CAEX object in this sequence of elements.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxint IndexOf(
ICAEXWrapper caexObject
)
Function IndexOf (
caexObject As ICAEXWrapper
) As Integer
int IndexOf(
ICAEXWrapper^ caexObject
)
Parameters
- caexObject ICAEXWrapper
- the CAEX object
Return Value
Int32the Index of the specified CAEX object.
See Also