Click or drag to resize

CAEXSequenceTICAEXSequenceIndexOf 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 ICAEXSequence.IndexOf(
	ICAEXWrapper caexObject
)

Parameters

caexObject  ICAEXWrapper
the CAEX object

Return Value

Int32
the Index of the specified CAEX object.

Implements

ICAEXSequenceIndexOf(ICAEXWrapper)
See Also