Finds models corresponding 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
)

Parameters

regexPattern
Type: System..::.String
Regular expression for model filtering.

Return Value

Returns the collection of the XModel models that corresponds to the regular expression.

See Also