 | AutomationMLLogicRoleClassLibIsInterlockingTargetGroup Method |
Determines whether the specified role reference defines an inheritance relation from the
InterlockingTargetGroup RoleClass
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsInterlockingTargetGroup(
IObjectWithRoleReference role
)
Public Shared Function IsInterlockingTargetGroup (
role As IObjectWithRoleReference
) As Boolean
public:
static bool IsInterlockingTargetGroup(
IObjectWithRoleReference^ role
)
Parameters
- role IObjectWithRoleReference
- The role.
Return Value
Booleantrue if an inheritance relation is resolved; otherwise,
false.
See Also