Click or drag to resize

InternalElementTypeHasGenericRoleClassReference(RoleFamilyType) Method

Determines whether this InternalElement object has an associated reference to a RoleClass which is a generalization of the specified specificRoleClass which means, that the specified RoleClass is more specific than any already associated RoleClass of this InternalElement.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool HasGenericRoleClassReference(
	RoleFamilyType specificRoleClass
)

Parameters

specificRoleClass  RoleFamilyType
The RoleClass object.

Return Value

Boolean
true if this InternalElement object has an associated RoleClass, which is a generalization of the specified RoleClass; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionroleClass
See Also