 | CAEXSequenceTIndexOf 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
Syntaxpublic int IndexOf(
T caexObject
)
Public Function IndexOf (
caexObject As T
) As Integer
public:
int IndexOf(
T caexObject
)
Parameters
- caexObject T
- the CAEX object
Return Value
Int32the Index of the specified CAEX object.
See Also