IMetamodels.NewClass Method
Namespace: NextDesign.Core
Description
Create a new class.
Arguments
| Name | Type | Description |
|---|---|---|
| name | string | Class Name |
| owner | IPackage | Package to which it belongs The default is null. |
| isAbstract | bool | Is it an abstract type? The default is false. |
Return value
Exception
| Name | Exception class | Description |
|---|---|---|
| Profile editing not possible | ExtensionEditProfileException | If the profile editing operation fails |