Click or drag to resize

AutomationMLLogicRoleClassLibIsInterlockingSourceGroup Method

Determines whether the specified role reference defines an inheritance relation from the InterlockingSourceGroup RoleClass

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool IsInterlockingSourceGroup(
	IObjectWithRoleReference role
)

Parameters

role  IObjectWithRoleReference
The role.

Return Value

Boolean
true if an inheritance relation is resolved; otherwise, false.
See Also