 | AttributeSequenceGetCAEXAttribute Method |
Note: This API is now obsolete.
Gets the CAEX attribute with the provided attribute path from the Attribute sequence.
This method can be used to direct access a nested attribute using the complete attribute path.
The Path root should be the top level attribute.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax[ObsoleteAttribute("Use an Indexer")]
public AttributeType GetCAEXAttribute(
string attributePath
)
<ObsoleteAttribute("Use an Indexer")>
Public Function GetCAEXAttribute (
attributePath As String
) As AttributeType
public:
[ObsoleteAttribute(L"Use an Indexer")]
AttributeType^ GetCAEXAttribute(
String^ attributePath
)
Parameters
- attributePath String
- The attribute path.
Return Value
AttributeTypeThe attribute, identified by the provided attributePath if it is found; otherwise
null.
See Also