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

Invoke.SaveGrayModel2

Saves serialized template matching GrayModel2 object as FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SaveGrayModel2
(
	Fil.GrayModel2 inGrayModel,
	string inFilename
)

Parameters

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

See also