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

Invoke.LoadEdgeModel

Loads serialized template matching EdgeModel object from FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LoadEdgeModel
(
	string inFilename,
	Fil.EdgeModel outEdgeModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outEdgeModelFil.EdgeModelDeserialized output model.

See also