You are here: Start » AVL.NET » AVL.SaveGrayModel(AvlNet.GrayModel, string)

AVL.SaveGrayModel(AvlNet.GrayModel, string)

Saves serialized template matching GrayModel object as avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SaveGrayModel(
	AvlNet.GrayModel inGrayModel,
	string inFilename
)

Parameters

inGrayModel
Type: AvlNet.GrayModel
Model to be serialized
inFilename
Type: System.String
Name of the target file

See also