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

AVS.LoadGrayModel2 Method

Loads serialized template matching GrayModel2 object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadGrayModel2
(
	string inFilename,
	AvlNet.GrayModel2 outGrayModel
)

Parameters

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

See also