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

Invoke.LoadGrayModel

Loads serialized template matching GrayModel object from AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadGrayModel
(
	string inFilename,
	Avl.GrayModel outGrayModel
)

Parameters

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

See also