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

Invoke.LoadGrayModel

Loads serialized template matching GrayModel object from FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LoadGrayModel
(
	string inFilename,
	Fil.GrayModel outGrayModel
)

Parameters

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

See also