Searches for the models that corresponds to the regular expression and meets the XModelFilter filter.

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

Syntax

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

Parameters

regexPattern
Type: System..::.String
Regular expression for model filtering.
filter
Type: SGP.XSpace..::.XModelFilter
The XModelFilter filter for model filtering.

Return Value

Returns the collection of the XModel models that corresponds to the regular expression and meets the XModelFilter filter.

See Also