Click or drag to resize

AMLFacetSourceAttribute Method

Gets the original Attribute from the AssignedParentAttributes which is related to this Facet Attribute.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public AttributeType SourceAttribute(
	AttributeType facetAttribute
)

Parameters

facetAttribute  AttributeType
The facet attribute.

Return Value

AttributeType
An Attribute from the parent with the same name.
Remarks
In CAEX 3.0 the Source Attribute is the Master Attribute of the facetAttribute. CAEX 2.15 the Source Attribute is the first identified Attribute of the parent with an identical name.
See Also