You are here: Start » AVL.NET » AVS.LoadGrayModel Method

AVS.LoadGrayModel Method

Loads serialized template matching GrayModel object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadGrayModel
(
	string inFilename,
	AvlNet.GrayModel outGrayModel
)

Parameters

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

See also