 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic T this[
params string[] caexObjectNames
] { get; }
Public ReadOnly Default Property Item (
ParamArray caexObjectNames As String()
) As T
Get
public:
property T default[... array<String^>^ caexObjectNames] {
T get (... array<String^>^ caexObjectNames);
}
Parameters
- caexObjectNames String
- The names extracted from a CAEX path.
Return Value
TThe 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