 | SystemUnitFamilyTypeReplaceRoleClassReference Method |
Replaces an existing role class reference to the provided role or a generic base role of
the provided role by a new instance of the role class.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic SupportedRoleClassType ReplaceRoleClassReference(
RoleFamilyType roleClass
)
Public Function ReplaceRoleClassReference (
roleClass As RoleFamilyType
) As SupportedRoleClassType
public:
SupportedRoleClassType^ ReplaceRoleClassReference(
RoleFamilyType^ roleClass
)
Parameters
- roleClass RoleFamilyType
- The role class.
Return Value
SupportedRoleClassTypeThe new
SupportedRoleClassType referencing the provided roleClass.
Exceptions
See Also