Click or drag to resize

IQueryIsMaster(AttributeType) Method

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

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

Parameters

attribute  AttributeType
The attribute type

Return Value

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