 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool HasGenericRoleClassReference(
RoleFamilyType specificRoleClass
)
Public Function HasGenericRoleClassReference (
specificRoleClass As RoleFamilyType
) As Boolean
public:
bool HasGenericRoleClassReference(
RoleFamilyType^ specificRoleClass
)
Parameters
- specificRoleClass RoleFamilyType
- The RoleClass object.
Return Value
Booleantrue if this InternalElement object has an associated RoleClass,
which is a generalization of the specified RoleClass; otherwise,
false.
Exceptions
See Also