IMetamodels.GetEnum(string,bool) Method
Namespace: NextDesign.Core
Description
Gets the enumeration with the specified name.
If multiple enumerations with the same name are defined, the first one found in the order of definition is returned.
For information on how to specify the enumeration name and the fuzzy matching option, see the description of IMetamodels.
Arguments
Name | Type | Description |
---|---|---|
enumName | string | Enumeration name |
fuzzy | bool | Fuzzy matching option The default value is true. If fuzzy is set to false, the enumeration name is evaluated as a fully qualified name. If an enumeration with the same name exists, you can obtain the desired enumeration by specifying false for fuzzy and the fully qualified name for enumName. |