 | SystemUnitFamilyTypeHasGenericRoleClassReference(RoleFamilyType) Method |
Determines whether the specified RoleClass is more specific than any already associated
RoleClass of this SystemUnitClass. This method doesn't check inherited RoleClass
references from ancestors. If an assigned RoleClass is identical to the specified
RoleClass, the result is false.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool HasGenericRoleClassReference(
RoleFamilyType roleClass
)
Public Function HasGenericRoleClassReference (
roleClass As RoleFamilyType
) As Boolean
public:
bool HasGenericRoleClassReference(
RoleFamilyType^ roleClass
)
Parameters
- roleClass RoleFamilyType
- The RoleClass object.
Return Value
Booleantrue if this SystemUnitFamilyType object has an associated RoleClass reference
which is a generalization of the specified RoleClass (the RoleClass is more specific);
otherwise,
false.
Exceptions
See Also