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