 | InternalElementTypeMaster Property |
Gets and sets the Master. A Master is only defined, if this instance is a
IsMirror. Setting a master
will transform this
instance into a mirror.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic InternalElementType Master { get; set; }
Public Property Master As InternalElementType
Get
Set
public:
virtual property InternalElementType^ Master {
InternalElementType^ get () sealed;
void set (InternalElementType^ value) sealed;
}
Property Value
InternalElementTypeImplements
IMirrorTMaster
See Also