 | AMLFacetSourceAttribute Method |
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic AttributeType SourceAttribute(
AttributeType facetAttribute
)
Public Function SourceAttribute (
facetAttribute As AttributeType
) As AttributeType
public:
AttributeType^ SourceAttribute(
AttributeType^ facetAttribute
)
Parameters
- facetAttribute AttributeType
- The facet attribute.
Return Value
AttributeTypeAn 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