Click or drag to resize

CAEXSequenceOfCAEXObjectsTItem(String) Property

Gets the CAEX object which can be identified with a CAEX path, where the path parts are defined in the provided array of names.

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

Parameters

caexObjectNames  String
The names extracted from a CAEX path.

Return Value

T
The oject, identified by the provided sequence of names, contained in this collection or a descendant collection or null, if no object is found.
See Also