Click or drag to resize

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.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("Use an Indexer")]
public AttributeType GetCAEXAttribute(
	string attributePath
)

Parameters

attributePath  String
The attribute path.

Return Value

AttributeType
The attribute, identified by the provided attributePath if it is found; otherwise null.
See Also