You are here: Start » FIL.NET » Invoke.SaveGrayModel

Invoke.SaveGrayModel

Saves serialized template matching GrayModel object as FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SaveGrayModel
(
	Fil.GrayModel inGrayModel,
	string inFilename
)

Parameters

Name Type Range Default Description
inGrayModelFil.GrayModelModel to be serialized.
inFilenamestringName of the target file.

See also