You are here: Start » AVL.NET » Invoke.LoadGrayModel2

Invoke.LoadGrayModel2

Loads serialized template matching GrayModel2 object from AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadGrayModel2
(
	string inFilename,
	Avl.GrayModel2 outGrayModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outGrayModelAvl.GrayModel2Deserialized output model.

See also