 | CAEXSequenceOfCAEXObjectsTItem(String) Property |
Gets the first CAEX object with this name from the sequence of elements.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual T this[
string name
] { get; }
Public Overridable ReadOnly Default Property Item (
name As String
) As T
Get
public:
virtual property T default[String^ name] {
T get (String^ name);
}
Parameters
- name String
- the name of the CAEX object.
Return Value
T
a CAEX object
See Also