Click or drag to resize

AttributeTypeMaster Property

Gets the master Attribute object if this is a mirror and the master can be found in this CAEX document.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public AttributeType Master { get; set; }

Return Value

AttributeType
The master attribute if it exists; otherwise null.

Implements

IMirrorTMaster
See Also