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

AVL.LoadGrayModel Method

Loads serialized template matching GrayModel object from avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also