IMetamodels.GetClass(string,bool) 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.
For how to specify the class name and fuzzy matching options, see the description of IMetamodels.
Arguments
Name | Type | Description |
---|---|---|
className | string | Class Name |
fuzzy | bool | Fuzzy matching 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 obtain the expected class by specifying false for fuzzy and the fully qualified name for className. |