Click or drag to resize

ExternalInterfaceTypeMaster 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.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ExternalInterfaceType Master { get; set; }

Property Value

ExternalInterfaceType
The master.

Implements

IMirrorTMaster
See Also