Click or drag to resize

OpenModelLoadFromString Method

Compatible with IDEA StatiCa Beta 21.0 - beta
Creates the instance of Open Model from xml string

Namespace:  IdeaRS.OpenModel
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public static OpenModel LoadFromString(
	string xmlString
)

Parameters

xmlString
Type: SystemString
The input string

Return Value

Type: OpenModel
The new instance of Open Model
See Also