Click or drag to resize

AMLFacetHasAttributeOfParent Method

Determines whether the AMLFacet contains this attribute of the parent AML object.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool HasAttributeOfParent(
	AttributeType attribute
)

Parameters

attribute  AttributeType
An attribute of the parent.

Return Value

Boolean
true if this attribute of the parent is assigned to the AMLFacet; otherwise, false.
Remarks
In CAEX 3.0 the Attribute of the AMLFacet has to be a Mirror Attribute. CAEX 2.15 identifies Attributes with identical names.
See Also