IMetamodels.GetClass method
Namespace: NextDesign.Core
Description
Gets the class with the specified name. If multiple classes with the same name are defined, the first class found in the order of definition is returned.
argument
| Name | Type | Description |
|---|---|---|
| className | string | Class Name |
| fuzzy | bool | Ambiguous match The default value is true. If fuzzy is specified as false, the class name is evaluated as a fully qualified name. If a class with the same name exists, you can get the expected class by specifying false for fuzzy and the fully qualified name for className. |