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