Skip to main content

IMetamodels.GetClass(IPackage,string,bool) Method

Namespace: NextDesign.Core

Description

Gets the class with the specified name from the package specified by the scope.
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 the fuzzy match option, see the description of IMetamodels.

Arguments

NameTypeDescription
scopeIPackageScope (Package that is the base of the search range)
classNamestringClass Name
fuzzyboolFuzzy match option
The default value is true.
If fuzzy is set to false, the class name will be evaluated as a fully qualified name.
If a class with the same name exists, you can obtain the expected class by setting fuzzy to false and specifying the fully qualified name in className.

Return value