Click or drag to resize

OpenModelResultLoadFromStream Method

Compatible with IDEA StatiCa Beta 21.0 - beta
Creates the instance of Open Model Result from the stream

Namespace:  IdeaRS.OpenModel.Result
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public static OpenModelResult LoadFromStream(
	Stream xmlFileStream
)

Parameters

xmlFileStream
Type: System.IOStream
The input stream

Return Value

Type: OpenModelResult
The new instance of Open Model Result
See Also