Finds a model with name name.

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

Syntax

C#
public static XModel GetModel(
	string name
)

Parameters

name
Type: System..::.String
Model name.

Return Value

Returns the model with name name.

Remarks

In the case, a model is not exist, shows the error dialog.

Exceptions

ExceptionCondition
System..::.ArgumentNullException name is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also