Finds model with the given name.

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

Syntax

C#
public static XModel Get(
	string name
)

Parameters

name
Type: System..::.String
Model name to search for.

Return Value

Returns the XModel instance with the given name.

See Also