Click or drag to resize

CAEXSequenceOfCAEXObjectsTItem(String) Property

Gets the first CAEX object with this name from the sequence of elements.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public virtual T this[
	string name
] { get; }

Parameters

name  String
the name of the CAEX object.

Return Value

T
a CAEX object
See Also