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