 | AMLFacetHasAttributeOfParent Method |
Determines whether the AMLFacet contains this attribute of the parent AML object.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool HasAttributeOfParent(
AttributeType attribute
)
Public Function HasAttributeOfParent (
attribute As AttributeType
) As Boolean
public:
bool HasAttributeOfParent(
AttributeType^ attribute
)
Parameters
- attribute AttributeType
- An attribute of the parent.
Return Value
Booleantrue 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