Skip to main content

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

NameTypeDescription
classNamestringClass Name
fuzzyboolFuzzy 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.

Return value