Click or drag to resize

ICAEXSequenceIndexOf Method

Gets the Index of the specified CAEX object in this sequence of elements.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
int IndexOf(
	ICAEXWrapper caexObject
)

Parameters

caexObject  ICAEXWrapper
the CAEX object

Return Value

Int32
the Index of the specified CAEX object.
See Also