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 definition order is returned.
argument
Name | Type | Description |
---|---|---|
className | string | Class Name |
fuzzy | bool | Fuzzy match? The default is true. If false is specified for fuzzy, the fully qualified name of the class is evaluated. If a class with the same name exists, you can get the expected class by specifying false for fuzzy and specifying the fully qualified name for className. |