Click or drag to resize

IQueryIsMaster(ExternalInterfaceType) Method

Determines whether the specified ExternalInterface is referenced by other ExternalInterface objects called 'Mirrors'.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool IsMaster(
	ExternalInterfaceType element
)

Parameters

element  ExternalInterfaceType
The element.

Return Value

Boolean
true if the specified element is a 'Master'-ExternalInterface; otherwise, false.
See Also