Skip to main content

IMetamodels.AddSuperClasses(IClass,IPackage,string,bool) Method

Namespace: NextDesign.Core

Description

Sets the superclass of the specified class.
The superclass to be set is searched under the package specified by the scope.

For how to specify the class name and the fuzzy match option, see the description of IMetamodels.

Arguments

NameTypeDescription
targetIClassTarget class
scopeIPackageScope (Package that is the base of the search range)
superClassNamesstringSuperclass name
You can specify multiple class names separated by commas.
fuzzyboolFuzzy match option
The default value is true.
If fuzzy is set to false, the class name is evaluated as a fully qualified name.
If a class with the same name exists, you can specify the expected class by setting fuzzy to false and specifying the fully qualified name in superClassNames.

Return value

  • void

Exceptions

NameException classDescription
Class not foundExtensionTypeNotFoundExceptionSpecified class not found
Profile editing not possibleExtensionEditProfileExceptionProfile editing operation failed