Skip to main content

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

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

Return value