 | InternalElementTypeCreateSystemUnitClass Method |
Creates a system unit class from this InternalElement instance. RoleRequirements are transformed to
SupportedRoleClasses.
Attributes and ExternalInterfaces of RoleRequirements are removed.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic SystemUnitFamilyType CreateSystemUnitClass()
Public Function CreateSystemUnitClass As SystemUnitFamilyType
public:
SystemUnitFamilyType^ CreateSystemUnitClass()
Return Value
SystemUnitFamilyTypeA
SystemUnitFamilyType element, created from this instance.
See Also