Click or drag to resize

InternalElementTypeHasRoleClassReference Method

Overload List
 NameDescription
Public methodCode exampleHasRoleClassReference(RoleFamilyType, Boolean) Determines whether this InternalElement object has an associated reference to the specified RoleClass. If inheritance relations between role classes should be regarded, the optional parameter 'regardInheritance' should be set. In this case the specified RoleClass is either identical to a referenced RoleClass or a referenced RoleClass is derived from the specified RoleClass.
Public methodCode exampleHasRoleClassReference(String, Boolean) Determines whether this InternalElement object has an associated RoleClass reference with the specified CAEX path role reference. If inheritance relations between role classes should be regarded, the optional parameter 'regardInheritance' should be set. In this case the specified RoleClass is either identical to a referenced RoleClass or a referenced RoleClass is derived from the specified RoleClass.
Top
See Also