Searches for the XModel models that corresponds to the regular expression.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static XModel[] GetModels(
	string regexPattern,
	string extRegex
)

Parameters

regexPattern
Type: System..::.String
Reular expression for model filtering according the name.
extRegex
Type: System..::.String
Reular expression for model filtering according the type.

Return Value

Returns the XModel model collection with the corresponding name.

See Also