 | IQueryIsMaster(ExternalInterfaceType) Method |
Determines whether the specified ExternalInterface is referenced by other ExternalInterface
objects called 'Mirrors'.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxbool IsMaster(
ExternalInterfaceType element
)
Function IsMaster (
element As ExternalInterfaceType
) As Boolean
bool IsMaster(
ExternalInterfaceType^ element
)
Parameters
- element ExternalInterfaceType
- The element.
Return Value
Booleantrue if the specified element is a 'Master'-ExternalInterface; otherwise,
false.
See Also